public static class TdApi.EmailAddressAuthenticationAppleId 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 |
|---|
EmailAddressAuthenticationAppleId()
An authentication token received through Apple ID.
|
EmailAddressAuthenticationAppleId(java.lang.String token)
An authentication token received through Apple 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 EmailAddressAuthenticationAppleId()
public EmailAddressAuthenticationAppleId(java.lang.String token)
token - The token.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object