Class OAuthTokenDescriptionBase
A base class for OAuth token descriptions.
Inheritance
System.Object
OAuthTokenDescriptionBase
Implements
System.Runtime.Serialization.IExtensibleDataObject
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: Nevatech.Vsb.Repository.Services.Policies
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public abstract class OAuthTokenDescriptionBase : IExtensibleDataObject
Constructors
OAuthTokenDescriptionBase()
Initializes a new version of OAuthTokenDescriptionBase.
Declaration
protected OAuthTokenDescriptionBase()
Properties
ExtensionData
Gets or sets System.Runtime.Serialization.ExtensionDataObject that enables serialization round-trips.
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
Type | Description |
---|---|
System.Runtime.Serialization.ExtensionDataObject |
TokenType
When overridden by a derived class, gets this definition's token type: Jwt or reference.
Declaration
public abstract AccessTokenType TokenType { get; }
Property Value
Type | Description |
---|---|
AccessTokenType |
Implements
System.Runtime.Serialization.IExtensibleDataObject