auth.RequestFirebaseSms#

class pyrogram.raw.functions.auth.RequestFirebaseSms#

Request an SMS code via Firebase.

Details:
  • Layer: 158

  • ID: 89464B50

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.

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

Returns:

bool