Class RefreshToken
Inheritance
System.Object
RefreshToken
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: cs.temp.dll.dll
Syntax
public class RefreshToken
Fields
Audience
Declaration
Field Value
Type | Description |
---|
System.String | |
AuthorizedParty
Declaration
public string AuthorizedParty
Field Value
Type | Description |
---|
System.String | |
ExpiredAt
Declaration
Field Value
Type | Description |
---|
System.Int64 | |
IssuedAt
Declaration
Field Value
Type | Description |
---|
System.Int64 | |
Issuer
Declaration
Field Value
Type | Description |
---|
System.String | |
JWTID
Declaration
Field Value
Type | Description |
---|
System.String | |
Scope
Declaration
Field Value
Type | Description |
---|
System.String | |
SessionState
Declaration
public string SessionState
Field Value
Type | Description |
---|
System.String | |
Subject
Declaration
Field Value
Type | Description |
---|
System.String | |
TokenType
Declaration
Field Value
Type | Description |
---|
System.String | |