Class: TD::Types::AuthenticationCodeType::FirebaseIos
- Inherits:
-
TD::Types::AuthenticationCodeType
- Object
- Dry::Struct
- Base
- TD::Types::AuthenticationCodeType
- TD::Types::AuthenticationCodeType::FirebaseIos
- Defined in:
- lib/tdlib/types/authentication_code_type/firebase_ios.rb
Overview
A digit-only authentication code is delivered via Firebase Authentication to the official iOS application.
Instance Attribute Summary collapse
-
#length ⇒ Integer
Length of the code.
-
#push_timeout ⇒ Integer
Time after the next authentication method is supposed to be used if verification push notification isn’t received, in seconds.
-
#receipt ⇒ TD::Types::String
Receipt of successful application token validation to compare with receipt from push notification.
Method Summary
Methods inherited from Base
Instance Attribute Details
#length ⇒ Integer
Length of the code.
9 10 11 |
# File 'lib/tdlib/types/authentication_code_type/firebase_ios.rb', line 9 def length @length end |
#push_timeout ⇒ Integer
Time after the next authentication method is supposed to be used if verification push notification isn’t received, in seconds.
9 10 11 |
# File 'lib/tdlib/types/authentication_code_type/firebase_ios.rb', line 9 def push_timeout @push_timeout end |
#receipt ⇒ TD::Types::String
Receipt of successful application token validation to compare with receipt from push notification.
9 10 11 |
# File 'lib/tdlib/types/authentication_code_type/firebase_ios.rb', line 9 def receipt @receipt end |