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

Inheritance: IWSO2AuthenticationProvider
Afficher le fichier Open project: TerribleDev/OwinOAuthProviders

Méthodes publiques

Méthode 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 méthode

public ApplyRedirect ( WSO2ApplyRedirectContext context ) : void
context WSO2ApplyRedirectContext
Résultat void

Authenticated() public méthode

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 .
Résultat System.Threading.Tasks.Task

ReturnEndpoint() public méthode

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
Résultat System.Threading.Tasks.Task

WSO2AuthenticationProvider() public méthode

public WSO2AuthenticationProvider ( ) : System
Résultat System