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
ファイルを表示 Open project: rafek/SimpleSocialAuth

Public Methods

Method Description
PrepareAuthRequest ( PrepareAuthenticationContext context ) : string
ProcessAuthRequest ( ProcessAuthenticationContext context ) : BasicUserData

Method Details

PrepareAuthRequest() public method

public PrepareAuthRequest ( PrepareAuthenticationContext context ) : string
context PrepareAuthenticationContext
return string

ProcessAuthRequest() public method

public ProcessAuthRequest ( ProcessAuthenticationContext context ) : BasicUserData
context ProcessAuthenticationContext
return BasicUserData