C# Class Nancy.SimpleAuthentication.SimpleAuthenticationModule

Inheritance: NancyModule
Show file Open project: SimpleAuthentication/SimpleAuthentication

Public Properties

Property Type Description
CallbackRoute string
RedirectRoute string

Private Properties

Property Type Description
AuthenticateCallback dynamic
DetermineReturnUrl string
GenerateCallbackUri System.Uri
GetAuthenticationProvider IAuthenticationProvider
RedirectToProvider Response

Public Methods

Method Description
SimpleAuthenticationModule ( IAuthenticationCallbackProvider callbackProvider ) : System
SimpleAuthenticationModule ( IAuthenticationCallbackProvider callbackProvider, IConfigurationOptions configurationOptions ) : System

Private Methods

Method Description
AuthenticateCallback ( ) : dynamic
DetermineReturnUrl ( ) : string
GenerateCallbackUri ( string providerName, Uri basePathOverride ) : Uri
GetAuthenticationProvider ( string providerKey ) : IAuthenticationProvider
RedirectToProvider ( dynamic parameters ) : Response

Method Details

SimpleAuthenticationModule() public method

public SimpleAuthenticationModule ( IAuthenticationCallbackProvider callbackProvider ) : System
callbackProvider IAuthenticationCallbackProvider
return System

SimpleAuthenticationModule() public method

public SimpleAuthenticationModule ( IAuthenticationCallbackProvider callbackProvider, IConfigurationOptions configurationOptions ) : System
callbackProvider IAuthenticationCallbackProvider
configurationOptions IConfigurationOptions
return System

Property Details

CallbackRoute public static property

public static string CallbackRoute
return string

RedirectRoute public static property

public static string RedirectRoute
return string