public static class TdApi.AuthorizationStateWaitEmailCode extends TdApi.AuthorizationState
| Modifier and Type | Field and Description |
|---|---|
boolean |
allowAppleId
True, if authorization through Apple ID is allowed.
|
boolean |
allowGoogleId
True, if authorization through Google ID is allowed.
|
TdApi.EmailAddressAuthenticationCodeInfo |
codeInfo
Information about the sent authentication code.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.EmailAddressResetState |
emailAddressResetState
Reset state of the email address; may be null if the email address can't be reset.
|
| Constructor and Description |
|---|
AuthorizationStateWaitEmailCode()
TDLib needs the user's authentication code sent to an email address to authorize.
|
AuthorizationStateWaitEmailCode(boolean allowAppleId,
boolean allowGoogleId,
TdApi.EmailAddressAuthenticationCodeInfo codeInfo,
TdApi.EmailAddressResetState emailAddressResetState)
TDLib needs the user's authentication code sent to an email address to authorize.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean allowAppleId
public boolean allowGoogleId
public TdApi.EmailAddressAuthenticationCodeInfo codeInfo
public TdApi.EmailAddressResetState emailAddressResetState
public static final int CONSTRUCTOR
public AuthorizationStateWaitEmailCode()
public AuthorizationStateWaitEmailCode(boolean allowAppleId,
boolean allowGoogleId,
TdApi.EmailAddressAuthenticationCodeInfo codeInfo,
TdApi.EmailAddressResetState emailAddressResetState)
allowAppleId - True, if authorization through Apple ID is allowed.allowGoogleId - True, if authorization through Google ID is allowed.codeInfo - Information about the sent authentication code.emailAddressResetState - Reset state of the email address; may be null if the email address can't be reset.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object