C# Class Nancy.SimpleAuthentication.SimpleAuthenticationModule

Inheritance: NancyModule
Afficher le fichier Open project: SimpleAuthentication/SimpleAuthentication

Méthodes publiques

Свойство Type Description
CallbackRoute string
RedirectRoute string

Private Properties

Свойство Type Description
AuthenticateCallback dynamic
DetermineReturnUrl string
GenerateCallbackUri System.Uri
GetAuthenticationProvider IAuthenticationProvider
RedirectToProvider Response

Méthodes publiques

Méthode Description
SimpleAuthenticationModule ( IAuthenticationCallbackProvider callbackProvider ) : System
SimpleAuthenticationModule ( IAuthenticationCallbackProvider callbackProvider, IConfigurationOptions configurationOptions ) : System

Private Methods

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

Method Details

SimpleAuthenticationModule() public méthode

public SimpleAuthenticationModule ( IAuthenticationCallbackProvider callbackProvider ) : System
callbackProvider IAuthenticationCallbackProvider
Résultat System

SimpleAuthenticationModule() public méthode

public SimpleAuthenticationModule ( IAuthenticationCallbackProvider callbackProvider, IConfigurationOptions configurationOptions ) : System
callbackProvider IAuthenticationCallbackProvider
configurationOptions IConfigurationOptions
Résultat System

Property Details

CallbackRoute public_oe static_oe property

public static string CallbackRoute
Résultat string

RedirectRoute public_oe static_oe property

public static string RedirectRoute
Résultat string