Class: TD::Types::Update::ApplicationVerificationRequired
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ApplicationVerificationRequired
- Defined in:
- lib/tdlib/types/update/application_verification_required.rb
Overview
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.
Instance Attribute Summary collapse
-
#cloud_project_number ⇒ Integer
Cloud project number to pass to the Play Integrity API on Android.
-
#nonce ⇒ TD::Types::String
Unique base64url-encoded nonce for the classic Play Integrity verification (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.
-
#verification_id ⇒ Integer
Unique identifier for the verification process.
Method Summary
Methods inherited from Base
Instance Attribute Details
#cloud_project_number ⇒ Integer
Cloud project number to pass to the Play Integrity API on Android.
10 11 12 |
# File 'lib/tdlib/types/update/application_verification_required.rb', line 10 def cloud_project_number @cloud_project_number end |
#nonce ⇒ TD::Types::String
Unique base64url-encoded nonce for the classic Play Integrity verification (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.
10 11 12 |
# File 'lib/tdlib/types/update/application_verification_required.rb', line 10 def nonce @nonce end |
#verification_id ⇒ Integer
Unique identifier for the verification process.
10 11 12 |
# File 'lib/tdlib/types/update/application_verification_required.rb', line 10 def verification_id @verification_id end |