AppBuilderExtensions Class
Represents the extensions of IAppBuilder that configures the SignInCookies.
Assembly: Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreatePerOwinContext<T>(IAppBuilder, Func<T>) | Registers a callback that will be invoked to create an instance of type T that will be stored in the OwinContext which can fetch via context.Get. |
![]() ![]() | CreatePerOwinContext<T>(IAppBuilder, Func<IdentityFactoryOptions<T>, IOwinContext, T>) | Registers a callback that will be invoked to create an instance of type T that will be stored in the OwinContext which can fetch via context.Get. |
![]() ![]() | CreatePerOwinContext<T>(IAppBuilder, Func<IdentityFactoryOptions<T>, IOwinContext, T>, Action<IdentityFactoryOptions<T>, T>) | Registers a callback that will be invoked to create an instance of type T that will be stored in the OwinContext which can fetched via context.Get |
![]() ![]() | UseExternalSignInCookie(IAppBuilder) | Configures the application to use OWIN middleware based cookie authentication for external identities. |
![]() ![]() | UseExternalSignInCookie(IAppBuilder, String) | Configures the application to use OWIN middleware based cookie authentication for external identities. |
![]() ![]() | UseOAuthBearerTokens(IAppBuilder, OAuthAuthorizationServerOptions) | Configures the application to use OWIN middleware based OAuth bearer tokens. |
![]() ![]() | UseTwoFactorRememberBrowserCookie(IAppBuilder, String) | Configures a cookie intended to be used to store whether two factor authentication has been done already. |
![]() ![]() | UseTwoFactorSignInCookie(IAppBuilder, String, TimeSpan) | Configures a cookie intended to be used to store the partial credentials for two factor authentication. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

