Enum LocalApiTokenMode
- Assembly
- Duende.IdentityServer.dll
Models the type of tokens accepted for local API authentication
public enum LocalApiTokenMode
Fields
BearerOnly = 0Only bearer tokens will be accepted
DPoPAndBearer = 2Both DPoP and Bearer tokens will be accepted
DPoPOnly = 1Only DPoP tokens will be accepted