Inherits AuthenticationCodeType.
A digit-only authentication code is delivered via Firebase Authentication to the official Android application.
Public Fields | |
object_ptr< FirebaseDeviceVerificationParameters > | device_verification_parameters_ |
Parameters to be used for device verification. | |
int32 | length_ |
Length of the code. | |
Public Instance Methods | |
authenticationCodeTypeFirebaseAndroid () | |
authenticationCodeTypeFirebaseAndroid (object_ptr< FirebaseDeviceVerificationParameters > &&device_verification_parameters_, int32 length_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 1872475422 |
Identifier uniquely determining a type of the object. | |
A digit-only authentication code is delivered via Firebase Authentication to the official Android application.
authenticationCodeTypeFirebaseAndroid | ( | object_ptr< FirebaseDeviceVerificationParameters > && | device_verification_parameters_, |
int32 | length_ | ||
) |
A digit-only authentication code is delivered via Firebase Authentication to the official Android application.
[in] | device_verification_parameters_ | Parameters to be used for device verification. |
[in] | length_ | Length of the code. |
|
finalvirtual |