Class: TD::Types::AuthenticationCodeType::FirebaseAndroid
- Inherits:
-
TD::Types::AuthenticationCodeType
- Object
- Dry::Struct
- Base
- TD::Types::AuthenticationCodeType
- TD::Types::AuthenticationCodeType::FirebaseAndroid
- 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
-
#device_verification_parameters ⇒ TD::Types::FirebaseDeviceVerificationParameters
Parameters to be used for device verification.
-
#length ⇒ Integer
Length of the code.
Method Summary
Methods inherited from Base
Instance Attribute Details
#device_verification_parameters ⇒ TD::Types::FirebaseDeviceVerificationParameters
Parameters to be used for device verification.
7 8 9 |
# File 'lib/tdlib/types/authentication_code_type/firebase_android.rb', line 7 def device_verification_parameters @device_verification_parameters end |
#length ⇒ Integer
Length of the code.
7 8 9 |
# File 'lib/tdlib/types/authentication_code_type/firebase_android.rb', line 7 def length @length end |