Class JwtOAuthTokenDescription
Describes OAuth Jwt token.
Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services.Policies
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class JwtOAuthTokenDescription : OAuthTokenDescriptionBase, IExtensibleDataObject
Constructors
JwtOAuthTokenDescription()
Declaration
public JwtOAuthTokenDescription()
Properties
Audience
Gets or sets the token audience(s). Multiple values separated by new line characters can be specified.
Declaration
public string Audience { get; set; }
Property Value
Type | Description |
---|---|
String |
TokenType
When overridden by a derived class, gets this definition's token type: Jwt or reference.
Declaration
public override AccessTokenType TokenType { get; }
Property Value
Type | Description |
---|---|
AccessTokenType |