Interface SendAuthenticationFirebaseSms

Sends Firebase Authentication SMS to the phone number of the user. Works only when the current authorization state is authorizationStateWaitCode and the server returned code of the type authenticationCodeTypeFirebaseAndroid or authenticationCodeTypeFirebaseIos. Request type for Tdjson#sendAuthenticationFirebaseSms.

interface SendAuthenticationFirebaseSms {
    @type: "sendAuthenticationFirebaseSms";
    token: string;
}

Properties

Properties

@type: "sendAuthenticationFirebaseSms"
token: string

Play Integrity API or SafetyNet Attestation API token for the Android application, or secret from push notification for the iOS application.