C# Класс Owin.Security.Providers.WSO2.WSO2AuthenticationProvider

Наследование: IWSO2AuthenticationProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ApplyRedirect() публичный Метод

public ApplyRedirect ( WSO2ApplyRedirectContext context ) : void
context WSO2ApplyRedirectContext
Результат void

Authenticated() публичный Метод

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 .
Результат System.Threading.Tasks.Task

ReturnEndpoint() публичный Метод

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
Результат System.Threading.Tasks.Task

WSO2AuthenticationProvider() публичный Метод

public WSO2AuthenticationProvider ( ) : System
Результат System