Class BearerTokenUsageValidationResult
- Namespace
- Duende.IdentityServer.Validation
- Assembly
- Duende.IdentityServer.dll
Models usage of a bearer token
public class BearerTokenUsageValidationResult
- Inheritance
-
BearerTokenUsageValidationResult
- Inherited Members
Constructors
BearerTokenUsageValidationResult()
public BearerTokenUsageValidationResult()
Properties
Token
Gets or sets the token.
public string Token { get; set; }
Property Value
- string
The token.
TokenFound
Gets or sets a value indicating whether the token was found.
public bool TokenFound { get; set; }
Property Value
- bool
true
if the token was found; otherwise,false
.
UsageType
Gets or sets the usage type.
public BearerTokenUsageType UsageType { get; set; }
Property Value
- BearerTokenUsageType
The type of the usage.