public static class TdApi.AuthenticationCodeTypeFirebaseIos extends TdApi.AuthenticationCodeType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
length
Length of the code.
|
int |
pushTimeout
Time after the next authentication method is expected to be used if verification push notification isn't received, in seconds.
|
java.lang.String |
receipt
Receipt of successful application token validation to compare with receipt from push notification.
|
| Constructor and Description |
|---|
AuthenticationCodeTypeFirebaseIos()
A digit-only authentication code is delivered via Firebase Authentication to the official iOS application.
|
AuthenticationCodeTypeFirebaseIos(java.lang.String receipt,
int pushTimeout,
int length)
A digit-only authentication code is delivered via Firebase Authentication to the official iOS application.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String receipt
public int pushTimeout
public int length
public static final int CONSTRUCTOR
public AuthenticationCodeTypeFirebaseIos()
public AuthenticationCodeTypeFirebaseIos(java.lang.String receipt,
int pushTimeout,
int length)
receipt - Receipt of successful application token validation to compare with receipt from push notification.pushTimeout - Time after the next authentication method is expected to be used if verification push notification isn't received, in seconds.length - Length of the code.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object