Class: TD::Types::Update::ApplicationVerificationRequired

Inherits:
TD::Types::Update show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#cloud_project_numberInteger

Cloud project number to pass to the Play Integrity API on Android.

Returns:

  • (Integer)

    the current value of cloud_project_number



10
11
12
# File 'lib/tdlib/types/update/application_verification_required.rb', line 10

def cloud_project_number
  @cloud_project_number
end

#nonceTD::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.

Returns:

  • (TD::Types::String)

    the current value of nonce



10
11
12
# File 'lib/tdlib/types/update/application_verification_required.rb', line 10

def nonce
  @nonce
end

#verification_idInteger

Unique identifier for the verification process.

Returns:

  • (Integer)

    the current value of verification_id



10
11
12
# File 'lib/tdlib/types/update/application_verification_required.rb', line 10

def verification_id
  @verification_id
end