C# Class ReviewR.Web.Services.AuthenticationService

Afficher le fichier Open project: anurse/ReviewR Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
AuthenticationService ( ) : System
ExchangeToken ( string accessToken, Authenticator auth ) : Task

Method Details

AuthenticateWithProviderAsync() public méthode

public AuthenticateWithProviderAsync ( string type, string accessToken ) : Task
type string
accessToken string
Résultat Task

AuthenticationService() protected méthode

protected AuthenticationService ( ) : System
Résultat System

AuthenticationService() public méthode

public AuthenticationService ( IEnumerable authenticators, ISettings settings, IDataRepository data ) : System
authenticators IEnumerable
settings ISettings
data IDataRepository
Résultat System

ExchangeToken() protected méthode

protected ExchangeToken ( string accessToken, Authenticator auth ) : Task
accessToken string
auth Authenticator
Résultat Task

GetClientIds() public méthode

public GetClientIds ( ) : string>.IDictionary
Résultat string>.IDictionary