C# 클래스 SimpleAuth.Providers.GoogleApi

상속: OAuthApi
파일 보기 프로젝트 열기: Clancey/SimpleAuth 1 사용 예제들

공개 메소드들

메소드 설명
CleanseClientId ( string clientId ) : string
GetUserInfo ( bool forceRefresh = false ) : Task
GoogleApi ( string identifier, string clientId, string clientSecret, HttpMessageHandler handler = null ) : System

보호된 메소드들

메소드 설명
CreateAuthenticator ( ) : WebAuthenticator
GetAccountFromAuthCode ( WebAuthenticator authenticator, string identifier ) : Task

메소드 상세

CleanseClientId() 공개 정적인 메소드

public static CleanseClientId ( string clientId ) : string
clientId string
리턴 string

CreateAuthenticator() 보호된 메소드

protected CreateAuthenticator ( ) : WebAuthenticator
리턴 WebAuthenticator

GetAccountFromAuthCode() 보호된 메소드

protected GetAccountFromAuthCode ( WebAuthenticator authenticator, string identifier ) : Task
authenticator WebAuthenticator
identifier string
리턴 Task

GetUserInfo() 공개 메소드

public GetUserInfo ( bool forceRefresh = false ) : Task
forceRefresh bool
리턴 Task

GoogleApi() 공개 메소드

public GoogleApi ( string identifier, string clientId, string clientSecret, HttpMessageHandler handler = null ) : System
identifier string
clientId string
clientSecret string
handler System.Net.Http.HttpMessageHandler
리턴 System