Credentials.googleAuthCode constructor
Credentials.googleAuthCode(
- String authCode
Returns a Credentials object that can be used to authenticate a user with a Google account using an authentication code.
Implementation
Credentials.googleAuthCode(String authCode) : _handle = CredentialsHandle.googleAuthCode(authCode);