auth.RequestFirebaseSms

class pyrogram.raw.functions.auth.RequestFirebaseSms

Request an SMS code via Firebase.

Details:
  • Layer: 187

  • ID: 8E39261E

Parameters:
  • phone_number (str) – Phone number

  • phone_code_hash (str) – Phone code hash returned by auth.sendCode

  • safety_net_token (str, optional) – On Android, a JWS object obtained as described in the auth documentation »

  • play_integrity_token (str, optional)

  • ios_push_secret (str, optional) – Secret token received via an apple push notification

Returns:

bool