DefaultAuthenticationTypes Class
Enumerates the default authentication types.
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ApplicationCookie | Default value for the main application cookie used by UseSignInCookies. |
![]() ![]() | ExternalBearer | Default value used by the UseOAuthBearerTokens method. |
![]() ![]() | ExternalCookie | Default value used for the ExternalSignInAuthenticationType configured by UseSignInCookies. |
![]() ![]() | TwoFactorCookie | Default value for authentication type used for two factor partial sign in. |
![]() ![]() | TwoFactorRememberBrowserCookie | Default value for authentication type used for two factor remember browser. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

