C# Class SimpleSocialAuth.Core.Handlers.GoogleHandler

Google authentication handler
Requires that the "googleAppID" and "googleAppSecret" is specified in the appSettings in web/app.config.
Inheritance: IAuthenticationHandler
Afficher le fichier Open project: rafek/SimpleSocialAuth

Méthodes publiques

Méthode Description
PrepareAuthRequest ( PrepareAuthenticationContext context ) : string
ProcessAuthRequest ( ProcessAuthenticationContext context ) : BasicUserData

Method Details

PrepareAuthRequest() public méthode

public PrepareAuthRequest ( PrepareAuthenticationContext context ) : string
context PrepareAuthenticationContext
Résultat string

ProcessAuthRequest() public méthode

public ProcessAuthRequest ( ProcessAuthenticationContext context ) : BasicUserData
context ProcessAuthenticationContext
Résultat BasicUserData