C# 클래스 ReviewR.Web.Services.AuthenticationService

파일 보기 프로젝트 열기: anurse/ReviewR 1 사용 예제들

공개 메소드들

메소드 설명
AuthenticateWithProviderAsync ( string type, string accessToken ) : Task
AuthenticationService ( IEnumerable authenticators, ISettings settings, IDataRepository data ) : System
GetClientIds ( ) : string>.IDictionary

보호된 메소드들

메소드 설명
AuthenticationService ( ) : System
ExchangeToken ( string accessToken, Authenticator auth ) : Task

메소드 상세

AuthenticateWithProviderAsync() 공개 메소드

public AuthenticateWithProviderAsync ( string type, string accessToken ) : Task
type string
accessToken string
리턴 Task

AuthenticationService() 보호된 메소드

protected AuthenticationService ( ) : System
리턴 System

AuthenticationService() 공개 메소드

public AuthenticationService ( IEnumerable authenticators, ISettings settings, IDataRepository data ) : System
authenticators IEnumerable
settings ISettings
data IDataRepository
리턴 System

ExchangeToken() 보호된 메소드

protected ExchangeToken ( string accessToken, Authenticator auth ) : Task
accessToken string
auth Authenticator
리턴 Task

GetClientIds() 공개 메소드

public GetClientIds ( ) : string>.IDictionary
리턴 string>.IDictionary