TDLib
Loading...
Searching...
No Matches
td::td_api::phoneNumberAuthenticationSettings Class Referencefinal

Inherits td::td_api::Object.

Public Member Functions

 phoneNumberAuthenticationSettings ()
 
 phoneNumberAuthenticationSettings (bool allow_flash_call_, bool allow_missed_call_, bool is_current_phone_number_, bool allow_sms_retriever_api_, object_ptr< FirebaseAuthenticationSettings > &&firebase_authentication_settings_, array< string > &&authentication_tokens_)
 
std::int32_t get_id () const final
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

bool allow_flash_call_
 Pass true if the authentication code may be sent via a flash call to the specified phone number.
 
bool allow_missed_call_
 Pass true if the authentication code may be sent via a missed call to the specified phone number.
 
bool is_current_phone_number_
 Pass true if the authenticated phone number is used on the current device.
 
bool allow_sms_retriever_api_
 For official applications only. True, if the application can use Android SMS Retriever API (requires Google Play Services >= 10.2) to automatically receive the authentication code from the SMS. See https://developers.google.com/identity/sms-retriever/ for more details.
 
object_ptr< FirebaseAuthenticationSettingsfirebase_authentication_settings_
 For official Android and iOS applications only; pass null otherwise. Settings for Firebase Authentication.
 
array< stringauthentication_tokens_
 List of up to 20 authentication tokens, recently received in updateOption("authentication_token") in previously logged out sessions.
 

Static Public Attributes

static const std::int32_t ID = -493266762
 Identifier uniquely determining a type of the object.
 

Detailed Description

Contains settings for the authentication of the user's phone number.

Constructor & Destructor Documentation

◆ phoneNumberAuthenticationSettings() [1/2]

td::td_api::phoneNumberAuthenticationSettings::phoneNumberAuthenticationSettings ( )

Contains settings for the authentication of the user's phone number.

◆ phoneNumberAuthenticationSettings() [2/2]

td::td_api::phoneNumberAuthenticationSettings::phoneNumberAuthenticationSettings ( bool  allow_flash_call_,
bool  allow_missed_call_,
bool  is_current_phone_number_,
bool  allow_sms_retriever_api_,
object_ptr< FirebaseAuthenticationSettings > &&  firebase_authentication_settings_,
array< string > &&  authentication_tokens_ 
)

Contains settings for the authentication of the user's phone number.

Parameters
[in]allow_flash_call_Pass true if the authentication code may be sent via a flash call to the specified phone number.
[in]allow_missed_call_Pass true if the authentication code may be sent via a missed call to the specified phone number.
[in]is_current_phone_number_Pass true if the authenticated phone number is used on the current device.
[in]allow_sms_retriever_api_For official applications only. True, if the application can use Android SMS Retriever API (requires Google Play Services >= 10.2) to automatically receive the authentication code from the SMS. See https://developers.google.com/identity/sms-retriever/ for more details.
[in]firebase_authentication_settings_For official Android and iOS applications only; pass null otherwise. Settings for Firebase Authentication.
[in]authentication_tokens_List of up to 20 authentication tokens, recently received in updateOption("authentication_token") in previously logged out sessions.

Member Function Documentation

◆ get_id()

std::int32_t td::td_api::phoneNumberAuthenticationSettings::get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements td::TlObject.

◆ store()

void td::td_api::phoneNumberAuthenticationSettings::store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.


The documentation for this class was generated from the following file: