Class LocalApiAuthenticationOptions
- Assembly
- Duende.IdentityServer.dll
Options for local API authentication
public class LocalApiAuthenticationOptions : AuthenticationSchemeOptions
- Inheritance
-
LocalApiAuthenticationOptions
- Inherited Members
Constructors
LocalApiAuthenticationOptions()
public LocalApiAuthenticationOptions()
- See Also
Properties
Events
Allows implementing events
public LocalApiAuthenticationEvents Events { get; set; }
Property Value
- See Also
ExpectedScope
Allows setting a specific required scope (optional)
public string? ExpectedScope { get; set; }
Property Value
- See Also
SaveToken
Specifies whether the token should be saved in the authentication properties
public bool SaveToken { get; set; }
Property Value
- See Also
TokenMode
Indicates if bearer and/or DPoP tokens are accepted.
public LocalApiTokenMode TokenMode { get; set; }
Property Value
- See Also