C# 클래스 SimpleSocialAuth.Core.Handlers.GoogleHandler

Google authentication handler
Requires that the "googleAppID" and "googleAppSecret" is specified in the appSettings in web/app.config.
상속: IAuthenticationHandler
파일 보기 프로젝트 열기: rafek/SimpleSocialAuth

공개 메소드들

메소드 설명
PrepareAuthRequest ( PrepareAuthenticationContext context ) : string
ProcessAuthRequest ( ProcessAuthenticationContext context ) : BasicUserData

메소드 상세

PrepareAuthRequest() 공개 메소드

public PrepareAuthRequest ( PrepareAuthenticationContext context ) : string
context PrepareAuthenticationContext
리턴 string

ProcessAuthRequest() 공개 메소드

public ProcessAuthRequest ( ProcessAuthenticationContext context ) : BasicUserData
context ProcessAuthenticationContext
리턴 BasicUserData