Class: TD::Types::AuthenticationCodeType::FirebaseAndroid

Inherits:
TD::Types::AuthenticationCodeType show all
Defined in:
lib/tdlib/types/authentication_code_type/firebase_android.rb

Overview

A digit-only authentication code is delivered via Firebase Authentication to the official Android application.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#device_verification_parametersTD::Types::FirebaseDeviceVerificationParameters

Parameters to be used for device verification.

Returns:



7
8
9
# File 'lib/tdlib/types/authentication_code_type/firebase_android.rb', line 7

def device_verification_parameters
  @device_verification_parameters
end

#lengthInteger

Length of the code.

Returns:

  • (Integer)

    the current value of length



7
8
9
# File 'lib/tdlib/types/authentication_code_type/firebase_android.rb', line 7

def length
  @length
end