AppBuilderExtensions Class

Extensions off of IAppBuilder to make it easier to configure the SignInCookies

System::Object
  Owin::AppBuilderExtensions

Namespace:  Owin
Assembly:  Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)

[ExtensionAttribute]
public ref class AppBuilderExtensions abstract sealed

The AppBuilderExtensions type exposes the following members.

  NameDescription
Public methodStatic memberUseExternalSignInCookie(IAppBuilder)Configure the app to use owin middleware based cookie authentication for external identities
Public methodStatic memberUseExternalSignInCookie(IAppBuilder, String)Configure the app to use owin middleware based cookie authentication for external identities
Public methodStatic memberUseOAuthBearerTokensConfigure the app to use owin middleware based oauth bearer tokens
Top

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: