Show / Hide Table of Contents

Class UserTokenDetails

Inheritance
object
UserTokenDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ntfy.Responses
Assembly: ntfy.dll
Syntax
public class UserTokenDetails

Properties

| Improve this Doc View Source

Expires

Declaration
[JsonIgnore]
public DateTime Expires { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

LastAccess

Declaration
[JsonIgnore]
public DateTime LastAccess { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

LastOrigin

Declaration
[JsonProperty("last_origin")]
public string? LastOrigin { get; set; }
Property Value
Type Description
string
| Improve this Doc View Source

Token

Declaration
[JsonProperty("token")]
public string? Token { get; set; }
Property Value
Type Description
string
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX