C# Class Owin.Types.Extensions.OwinResponseExtensions

Mostra file Open project: owin/museum-piece-owin-hosting

Public Methods

Method Description
Redirect ( this response, string location ) : void
SignIn ( this response, IPrincipal user ) : void
SignIn ( this response, IPrincipal user, string>.IDictionary extra ) : void
SignOut ( this response ) : void
Unauthorized ( this response ) : void
Unauthorized ( this response, string authenticationTypes, string>.IDictionary extra ) : void

Method Details

Redirect() public static method

public static Redirect ( this response, string location ) : void
response this
location string
return void

SignIn() public static method

public static SignIn ( this response, IPrincipal user ) : void
response this
user IPrincipal
return void

SignIn() public static method

public static SignIn ( this response, IPrincipal user, string>.IDictionary extra ) : void
response this
user IPrincipal
extra string>.IDictionary
return void

SignOut() public static method

public static SignOut ( this response ) : void
response this
return void

Unauthorized() public static method

public static Unauthorized ( this response ) : void
response this
return void

Unauthorized() public static method

public static Unauthorized ( this response, string authenticationTypes, string>.IDictionary extra ) : void
response this
authenticationTypes string
extra string>.IDictionary
return void