C# Class Frapid.Account.RemoteAuthentication.GoogleAuthentication

Exibir arquivo Open project: frapid/frapid Class Usage Examples

Public Methods

Method Description
AuthenticateAsync ( Frapid.Account.InputModels.GoogleAccount account, RemoteUser user ) : Task
GoogleAuthentication ( string tenant ) : System

Private Methods

Method Description
ValidateAsync ( string token ) : Task

Method Details

AuthenticateAsync() public method

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

GoogleAuthentication() public method

public GoogleAuthentication ( string tenant ) : System
tenant string
return System