Class DynAuthDasResponse
Inheritance
object
DynAuthDasResponse
Namespace: Aetheros.Schema.OneM2M
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("dynAuthDasResponse")]
public class DynAuthDasResponse
Properties
| Edit this page View SourceDynamicACPInfo
Declaration
[JsonProperty("dai")]
public DynAuthDasResponseDynamicACPInfo DynamicACPInfo { get; set; }
Property Value
Type | Description |
---|---|
DynAuthDasResponseDynamicACPInfo |
Tokens
Declaration
[JsonProperty("tkns")]
public ICollection<string> Tokens { get; set; }
Property Value
Type | Description |
---|---|
ICollection<string> |