public static class TdApi.EmailAddressAuthenticationGoogleId extends TdApi.EmailAddressAuthentication
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
token
The token.
|
| Constructor and Description |
|---|
EmailAddressAuthenticationGoogleId()
An authentication token received through Google ID.
|
EmailAddressAuthenticationGoogleId(java.lang.String token)
An authentication token received through Google ID.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String token
public static final int CONSTRUCTOR
public EmailAddressAuthenticationGoogleId()
public EmailAddressAuthenticationGoogleId(java.lang.String token)
token - The token.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object