C# Class ReviewR.Web.Services.AuthenticationService

Show file Open project: anurse/ReviewR Class Usage Examples

Public Methods

Method Description
AuthenticateWithProviderAsync ( string type, string accessToken ) : Task
AuthenticationService ( IEnumerable authenticators, ISettings settings, IDataRepository data ) : System
GetClientIds ( ) : string>.IDictionary

Protected Methods

Method Description
AuthenticationService ( ) : System
ExchangeToken ( string accessToken, Authenticator auth ) : Task

Method Details

AuthenticateWithProviderAsync() public method

public AuthenticateWithProviderAsync ( string type, string accessToken ) : Task
type string
accessToken string
return Task

AuthenticationService() protected method

protected AuthenticationService ( ) : System
return System

AuthenticationService() public method

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

ExchangeToken() protected method

protected ExchangeToken ( string accessToken, Authenticator auth ) : Task
accessToken string
auth Authenticator
return Task

GetClientIds() public method

public GetClientIds ( ) : string>.IDictionary
return string>.IDictionary