Class UserTokenDetails
Inheritance
UserTokenDetails
Assembly: ntfy.dll
Syntax
public class UserTokenDetails
Properties
|
Improve this Doc
View Source
Expires
Declaration
[JsonIgnore]
public DateTime Expires { get; }
Property Value
|
Improve this Doc
View Source
LastAccess
Declaration
[JsonIgnore]
public DateTime LastAccess { get; }
Property Value
|
Improve this Doc
View Source
LastOrigin
Declaration
[JsonProperty("last_origin")]
public string? LastOrigin { get; set; }
Property Value
|
Improve this Doc
View Source
Token
Declaration
[JsonProperty("token")]
public string? Token { get; set; }
Property Value