public static class TdApi.AuthenticationCodeTypeFirebaseAndroid extends TdApi.AuthenticationCodeType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.FirebaseDeviceVerificationParameters |
deviceVerificationParameters
Parameters to be used for device verification.
|
int |
length
Length of the code.
|
| Constructor and Description |
|---|
AuthenticationCodeTypeFirebaseAndroid()
A digit-only authentication code is delivered via Firebase Authentication to the official Android application.
|
AuthenticationCodeTypeFirebaseAndroid(TdApi.FirebaseDeviceVerificationParameters deviceVerificationParameters,
int length)
A digit-only authentication code is delivered via Firebase Authentication to the official Android application.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.FirebaseDeviceVerificationParameters deviceVerificationParameters
public int length
public static final int CONSTRUCTOR
public AuthenticationCodeTypeFirebaseAndroid()
public AuthenticationCodeTypeFirebaseAndroid(TdApi.FirebaseDeviceVerificationParameters deviceVerificationParameters, int length)
deviceVerificationParameters - Parameters to be used for device verification.length - Length of the code.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object