C# Class LiveCodingChat.GooglePlusLogin

Inheritance: ILoginMethod
Exibir arquivo Open project: jvbsl/LiveCodingChat

Public Methods

Method Description
GooglePlusLogin ( ) : System
LoginAsync ( string username, string password, System &cookies ) : void

Method Details

GooglePlusLogin() public method

public GooglePlusLogin ( ) : System
return System

LoginAsync() public method

public LoginAsync ( string username, string password, System &cookies ) : void
username string
password string
cookies System
return void