Class: TD::Types::FirebaseDeviceVerificationParameters::PlayIntegrity

Inherits:
TD::Types::FirebaseDeviceVerificationParameters show all
Defined in:
lib/tdlib/types/firebase_device_verification_parameters/play_integrity.rb

Overview

Device verification must be performed with the classic Play Integrity verification

(https://developer.android.com/google/play/integrity/classic).

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.

Returns:

  • (Integer)

    the current value of cloud_project_number



7
8
9
# File 'lib/tdlib/types/firebase_device_verification_parameters/play_integrity.rb', line 7

def cloud_project_number
  @cloud_project_number
end

#nonceTD::Types::String

Base64url-encoded nonce to pass to the Play Integrity API.

Returns:

  • (TD::Types::String)

    the current value of nonce



7
8
9
# File 'lib/tdlib/types/firebase_device_verification_parameters/play_integrity.rb', line 7

def nonce
  @nonce
end