C# Class Owin.Security.Providers.WSO2.WSO2AuthenticationProvider

Inheritance: IWSO2AuthenticationProvider
显示文件 Open project: TerribleDev/OwinOAuthProviders

Public Methods

Method Description
ApplyRedirect ( WSO2ApplyRedirectContext context ) : void
Authenticated ( WSO2AuthenticatedContext context ) : System.Threading.Tasks.Task

Invoked whenever it successfully authenticates a user

ReturnEndpoint ( WSO2ReturnEndpointContext context ) : System.Threading.Tasks.Task

Invoked prior to the System.Security.Claims.ClaimsIdentity being saved in a local cookie and the browser being redirected to the originally requested URL.

WSO2AuthenticationProvider ( ) : System

Method Details

ApplyRedirect() public method

public ApplyRedirect ( WSO2ApplyRedirectContext context ) : void
context WSO2ApplyRedirectContext
return void

Authenticated() public method

Invoked whenever it successfully authenticates a user
public Authenticated ( WSO2AuthenticatedContext context ) : System.Threading.Tasks.Task
context WSO2AuthenticatedContext Contains information about the login session as well as the user .
return System.Threading.Tasks.Task

ReturnEndpoint() public method

Invoked prior to the System.Security.Claims.ClaimsIdentity being saved in a local cookie and the browser being redirected to the originally requested URL.
public ReturnEndpoint ( WSO2ReturnEndpointContext context ) : System.Threading.Tasks.Task
context WSO2ReturnEndpointContext
return System.Threading.Tasks.Task

WSO2AuthenticationProvider() public method

public WSO2AuthenticationProvider ( ) : System
return System