AppBuilderExtensions Class
Extensions off of IAppBuilder to make it easier to configure the SignInCookies
Assembly: Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)
The AppBuilderExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | UseExternalSignInCookie(IAppBuilder) | Configure the app to use owin middleware based cookie authentication for external identities |
![]() ![]() | UseExternalSignInCookie(IAppBuilder, String) | Configure the app to use owin middleware based cookie authentication for external identities |
![]() ![]() | UseOAuthBearerTokens | Configure the app to use owin middleware based oauth bearer tokens |
Show:

