C# 클래스 Lending.Execution.Auth.SimpleAuthenticationModule

상속: Nancy.NancyModule
파일 보기 프로젝트 열기: joshilewis/lending

공개 프로퍼티들

프로퍼티 타입 설명
CallbackRoute string
RedirectRoute string

Private Properties

프로퍼티 타입 설명
AuthenticateCallback dynamic
DetermineReturnUrl string
GenerateCallbackUri System.Uri
GetAuthenticationProvider IAuthenticationProvider
RedirectToProvider Nancy.Response

공개 메소드들

메소드 설명
SimpleAuthenticationModule ( IAuthenticationCallbackProvider callbackProvider ) : System

비공개 메소드들

메소드 설명
AuthenticateCallback ( ) : dynamic
DetermineReturnUrl ( ) : string
GenerateCallbackUri ( string providerName ) : Uri
GetAuthenticationProvider ( string providerKey ) : IAuthenticationProvider
RedirectToProvider ( dynamic parameters ) : Response

메소드 상세

SimpleAuthenticationModule() 공개 메소드

public SimpleAuthenticationModule ( IAuthenticationCallbackProvider callbackProvider ) : System
callbackProvider IAuthenticationCallbackProvider
리턴 System

프로퍼티 상세

CallbackRoute 공개적으로 정적으로 프로퍼티

public static string CallbackRoute
리턴 string

RedirectRoute 공개적으로 정적으로 프로퍼티

public static string RedirectRoute
리턴 string