Inherits AuthenticationCodeType.
A digit-only authentication code is delivered via Firebase Authentication to the official iOS application.
Public Fields | |
string | receipt_ |
Receipt of successful application token validation to compare with receipt from push notification. | |
int32 | push_timeout_ |
Time after the next authentication method is expected to be used if verification push notification isn't received, in seconds. | |
int32 | length_ |
Length of the code. | |
Public Instance Methods | |
authenticationCodeTypeFirebaseIos () | |
authenticationCodeTypeFirebaseIos (string const &receipt_, int32 push_timeout_, int32 length_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
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 = -11162989 |
Identifier uniquely determining a type of the object. | |
A digit-only authentication code is delivered via Firebase Authentication to the official iOS application.
authenticationCodeTypeFirebaseIos | ( | string const & | receipt_, |
int32 | push_timeout_, | ||
int32 | length_ | ||
) |
A digit-only authentication code is delivered via Firebase Authentication to the official iOS application.
[in] | receipt_ | Receipt of successful application token validation to compare with receipt from push notification. |
[in] | push_timeout_ | Time after the next authentication method is expected to be used if verification push notification isn't received, in seconds. |
[in] | length_ | Length of the code. |
|
finalvirtual |