Inherits Update.
A request can't be completed unless application verification is performed; for official mobile applications only. The method setApplicationVerificationToken must be called once the verification is completed or failed.
Public Fields | |
int53 | verification_id_ |
Unique identifier for the verification process. | |
string | nonce_ |
Unique base64url-encoded nonce for the classic Play Integrity verification (https://developer.android.com/google/play/integrity/classic) for Android, or a unique string to compare with verify_nonce field from a push notification for iOS. | |
int64 | cloud_project_number_ |
Cloud project number to pass to the Play Integrity API on Android. | |
Public Instance Methods | |
updateApplicationVerificationRequired () | |
updateApplicationVerificationRequired (int53 verification_id_, string const &nonce_, int64 cloud_project_number_) | |
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 = -979607081 |
Identifier uniquely determining a type of the object. | |
A request can't be completed unless application verification is performed; for official mobile applications only. The method setApplicationVerificationToken must be called once the verification is completed or failed.
updateApplicationVerificationRequired | ( | int53 | verification_id_, |
string const & | nonce_, | ||
int64 | cloud_project_number_ | ||
) |
A request can't be completed unless application verification is performed; for official mobile applications only. The method setApplicationVerificationToken must be called once the verification is completed or failed.
[in] | verification_id_ | Unique identifier for the verification process. |
[in] | nonce_ | Unique base64url-encoded nonce for the classic Play Integrity verification (https://developer.android.com/google/play/integrity/classic) for Android, or a unique string to compare with verify_nonce field from a push notification for iOS. |
[in] | cloud_project_number_ | Cloud project number to pass to the Play Integrity API on Android. |
|
finalvirtual |