Class: TD::Types::FirebaseDeviceVerificationParameters::SafetyNet

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

Overview

Device verification must be performed with the SafetyNet Attestation API.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#nonceString

Nonce to pass to the SafetyNet Attestation API.



5
6
7
# File 'lib/tdlib/types/firebase_device_verification_parameters/safety_net.rb', line 5

def nonce
  @nonce
end