C# 클래스 Frapid.Account.RemoteAuthentication.GoogleAuthentication

파일 보기 프로젝트 열기: frapid/frapid 1 사용 예제들

공개 메소드들

메소드 설명
AuthenticateAsync ( Frapid.Account.InputModels.GoogleAccount account, RemoteUser user ) : Task
GoogleAuthentication ( string tenant ) : System

비공개 메소드들

메소드 설명
ValidateAsync ( string token ) : Task

메소드 상세

AuthenticateAsync() 공개 메소드

public AuthenticateAsync ( Frapid.Account.InputModels.GoogleAccount account, RemoteUser user ) : Task
account Frapid.Account.InputModels.GoogleAccount
user Frapid.Areas.RemoteUser
리턴 Task

GoogleAuthentication() 공개 메소드

public GoogleAuthentication ( string tenant ) : System
tenant string
리턴 System