Class DynAuthTokenSummary
Inheritance
object
DynAuthTokenSummary
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("dynAuthTokenSummary")]
public class DynAuthTokenSummary
Properties
|
Edit this page
View Source
Audience
Declaration
[JsonProperty("tkau")]
public ICollection<string> Audience { get; set; }
Property Value
|
Edit this page
View Source
NotAfter
Declaration
[JsonProperty("tkna")]
public DateTimeOffset NotAfter { get; set; }
Property Value
|
Edit this page
View Source
NotBefore
Declaration
[JsonProperty("tknb")]
public DateTimeOffset NotBefore { get; set; }
Property Value
|
Edit this page
View Source
TokenID
Pattern: ([a-zA-Z0-9\.\-,_]*)@([A-Za-z0-9\-_]*)(\.([A-Za-z0-9\-_])*)*.
Declaration
[RegularExpression("([a-zA-Z0-9\\.\\-,_]*)@([A-Za-z0-9\\-_]*)(\\.([A-Za-z0-9\\-_])*)*")]
[JsonProperty("tkid")]
public string TokenID { get; set; }
Property Value
|
Edit this page
View Source
TokenName
Declaration
[JsonProperty("tknm")]
public string TokenName { get; set; }
Property Value