C# 클래스 Owin.Security.Providers.WSO2.WSO2AuthenticationProvider

상속: IWSO2AuthenticationProvider
파일 보기 프로젝트 열기: TerribleDev/OwinOAuthProviders

공개 메소드들

메소드 설명
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