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