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)
Namespace: StreamSIX.Auth
Assembly: cs.temp.dll.dll

Syntax

public class RefreshToken

Fields

Audience

Declaration

public string Audience

Field Value

TypeDescription
System.String

AuthorizedParty

Declaration

public string AuthorizedParty

Field Value

TypeDescription
System.String

ExpiredAt

Declaration

public long ExpiredAt

Field Value

TypeDescription
System.Int64

IssuedAt

Declaration

public long IssuedAt

Field Value

TypeDescription
System.Int64

Issuer

Declaration

public string Issuer

Field Value

TypeDescription
System.String

JWTID

Declaration

public string JWTID

Field Value

TypeDescription
System.String

Scope

Declaration

public string Scope

Field Value

TypeDescription
System.String

SessionState

Declaration

public string SessionState

Field Value

TypeDescription
System.String

Subject

Declaration

public string Subject

Field Value

TypeDescription
System.String

TokenType

Declaration

public string TokenType

Field Value

TypeDescription
System.String