Package org.drinkless.tdlib
Class TdApi.SendPhoneNumberFirebaseSms
- Enclosing class:
- TdApi
Sends Firebase Authentication SMS to the specified phone number. Works only when received a code of the type authenticationCodeTypeFirebaseAndroid or authenticationCodeTypeFirebaseIos.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Play Integrity API or SafetyNet Attestation API token for the Android application, or secret from push notification for the iOS application. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which sends Firebase Authentication SMS to the specified phone number.SendPhoneNumberFirebaseSms(String token) Creates a function, which sends Firebase Authentication SMS to the specified phone number. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
token
Play Integrity API or SafetyNet Attestation API token for the Android application, or secret from push notification for the iOS application. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SendPhoneNumberFirebaseSms
public SendPhoneNumberFirebaseSms()Default constructor for a function, which sends Firebase Authentication SMS to the specified phone number. Works only when received a code of the type authenticationCodeTypeFirebaseAndroid or authenticationCodeTypeFirebaseIos.Returns
Ok -
SendPhoneNumberFirebaseSms
Creates a function, which sends Firebase Authentication SMS to the specified phone number. Works only when received a code of the type authenticationCodeTypeFirebaseAndroid or authenticationCodeTypeFirebaseIos.Returns
Ok- Parameters:
token- Play Integrity API or SafetyNet Attestation API token for the Android application, or secret from push notification for the iOS application.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-