Class: TD::Types::FirebaseDeviceVerificationParameters::PlayIntegrity
- Inherits:
-
TD::Types::FirebaseDeviceVerificationParameters
- Object
- Dry::Struct
- Base
- TD::Types::FirebaseDeviceVerificationParameters
- TD::Types::FirebaseDeviceVerificationParameters::PlayIntegrity
- 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
-
#cloud_project_number ⇒ Integer
Cloud project number to pass to the Play Integrity API.
-
#nonce ⇒ TD::Types::String
Base64url-encoded nonce to pass to the Play Integrity API.
Method Summary
Methods inherited from Base
Instance Attribute Details
#cloud_project_number ⇒ Integer
Cloud project number to pass to the Play Integrity API.
7 8 9 |
# File 'lib/tdlib/types/firebase_device_verification_parameters/play_integrity.rb', line 7 def cloud_project_number @cloud_project_number end |
#nonce ⇒ TD::Types::String
Base64url-encoded nonce to pass to the Play Integrity API.
7 8 9 |
# File 'lib/tdlib/types/firebase_device_verification_parameters/play_integrity.rb', line 7 def nonce @nonce end |