teleproto - v1.229.0
    Preparing search index...

    Interface AuthRequestFirebaseSmsParams

    interface AuthRequestFirebaseSmsParams {
        iosPushSecret?: string;
        phoneCodeHash: string;
        phoneNumber: string;
        playIntegrityToken?: string;
        safetyNetToken?: string;
    }
    Index
    iosPushSecret?: string

    Secret token received via an apple push notification

    phoneCodeHash: string

    Phone code hash returned by auth.sendCode

    phoneNumber: string

    Phone number

    playIntegrityToken?: string

    On Android, an object obtained as described in the auth documentation »

    safetyNetToken?: string

    On Android, a JWS object obtained as described in the auth documentation »