AuthenticationType enumeration
Types of authentication supported.
public enum AuthenticationType
Values
| name | value | description |
|---|---|---|
| Basic | 0 | Basic authentication. |
| Bearer | 1 | JWT Bearer authentication. |
| ApiKey | 2 | API Key authentication. |
| Digest | 3 | Digest authentication. |
| OAuth2 | 4 | OAuth2 authentication. |
| Oidc | 5 | OpenID Connect authentication. |
| Cookie | 6 | Cookie authentication. |
| Windows | 7 | Windows authentication. |
See Also
- namespace Kestrun.Authentication
- AuthenticationType.cs