Method | Description | |
---|---|---|
ApplyRedirect ( WSO2ApplyRedirectContext context ) : void | ||
Authenticated ( |
Invoked whenever it successfully authenticates a user
|
|
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.
|
|
WSO2AuthenticationProvider ( ) : System |
public ApplyRedirect ( WSO2ApplyRedirectContext context ) : void | ||
context | WSO2ApplyRedirectContext | |
return | void |
public Authenticated ( |
||
context | Contains information about the login session as well as the user |
|
return | System.Threading.Tasks.Task |
public ReturnEndpoint ( |
||
context | ||
return | System.Threading.Tasks.Task |
public WSO2AuthenticationProvider ( ) : System | ||
return | System |