Property | Type | Description | |
---|---|---|---|
CallbackRoute | string | ||
RedirectRoute | string |
Property | Type | Description | |
---|---|---|---|
AuthenticateCallback | dynamic | ||
DetermineReturnUrl | string | ||
GenerateCallbackUri | |||
GetAuthenticationProvider | IAuthenticationProvider | ||
RedirectToProvider | Response |
Method | Description | |
---|---|---|
SimpleAuthenticationModule ( IAuthenticationCallbackProvider callbackProvider ) : System | ||
SimpleAuthenticationModule ( IAuthenticationCallbackProvider callbackProvider, IConfigurationOptions configurationOptions ) : System |
Method | Description | |
---|---|---|
AuthenticateCallback ( ) : dynamic | ||
DetermineReturnUrl ( ) : string | ||
GenerateCallbackUri ( string providerName, |
||
GetAuthenticationProvider ( string providerKey ) : IAuthenticationProvider | ||
RedirectToProvider ( dynamic parameters ) : Response |
public SimpleAuthenticationModule ( IAuthenticationCallbackProvider callbackProvider ) : System | ||
callbackProvider | IAuthenticationCallbackProvider | |
return | System |
public SimpleAuthenticationModule ( IAuthenticationCallbackProvider callbackProvider, IConfigurationOptions configurationOptions ) : System | ||
callbackProvider | IAuthenticationCallbackProvider | |
configurationOptions | IConfigurationOptions | |
return | System |