Class TokenPermissions
Inheritance
object
TokenPermissions
Namespace: Aetheros.Schema.OneM2M
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("tokenPermissions")]
public class TokenPermissions
Properties
| Edit this page View SourcePermission
Declaration
[JsonProperty("pm")]
public ICollection<TokenPermission> Permission { get; set; }
Property Value
Type | Description |
---|---|
ICollection<TokenPermission> |