Class TokenInfo
Information about the token.
Inheritance
System.Object
TokenInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TheIdentityHub
Assembly: TheIdentityHub.dll
Syntax
public sealed class TokenInfo
Constructors
TokenInfo()
Initializes a new instance of the TokenInfo class.
Declaration
public TokenInfo()
Properties
AuthenticationStrength
Gets the authentication strength.
Declaration
public AuthenticationStrength AuthenticationStrength { get; }
Property Value
Type | Description |
---|---|
AuthenticationStrength |
ResourceOwnerIdentityVerified
Gets a value indicating whether the resource owner identity is verified.
Declaration
public bool ResourceOwnerIdentityVerified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Scopes
Gets the scopes.
Declaration
public string[] Scopes { get; }
Property Value
Type | Description |
---|---|
System.String[] |