public static class TdApi.SendAuthenticationFirebaseSms extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
token
Play Integrity API or SafetyNet Attestation API token for the Android application, or secret from push notification for the iOS application.
|
| Constructor and Description |
|---|
SendAuthenticationFirebaseSms()
Default constructor for a function, which sends Firebase Authentication SMS to the phone number of the user.
|
SendAuthenticationFirebaseSms(java.lang.String token)
Creates a function, which sends Firebase Authentication SMS to the phone number of the user.
|
| 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 SendAuthenticationFirebaseSms()
Returns Ok
public SendAuthenticationFirebaseSms(java.lang.String token)
Returns Ok
token - Play Integrity API or SafetyNet Attestation API token for the Android application, or secret from push notification for the iOS application.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object