Enum AccessTokenType
OAuth access token types.
Namespace: Nevatech.Vsb.Repository.Security.OAuth
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum AccessTokenType
  Fields
| Name | Description | 
|---|---|
| Jwt | Self-contained Json Web Token.  | 
      
| Reference | Reference token that needs to be validated by authorization server that issued it.  |