Class: TD::Types::FirebaseAuthenticationSettings::Ios
- Inherits:
-
TD::Types::FirebaseAuthenticationSettings
- Object
- Dry::Struct
- Base
- TD::Types::FirebaseAuthenticationSettings
- TD::Types::FirebaseAuthenticationSettings::Ios
- Defined in:
- lib/tdlib/types/firebase_authentication_settings/ios.rb
Overview
Settings for Firebase Authentication in the official iOS application.
Instance Attribute Summary collapse
-
#device_token ⇒ TD::Types::String
Device token from Apple Push Notification service.
-
#is_app_sandbox ⇒ Boolean
True, if App Sandbox is enabled.
Method Summary
Methods inherited from Base
Instance Attribute Details
#device_token ⇒ TD::Types::String
Device token from Apple Push Notification service.
6 7 8 |
# File 'lib/tdlib/types/firebase_authentication_settings/ios.rb', line 6 def device_token @device_token end |
#is_app_sandbox ⇒ Boolean
True, if App Sandbox is enabled.
6 7 8 |
# File 'lib/tdlib/types/firebase_authentication_settings/ios.rb', line 6 def is_app_sandbox @is_app_sandbox end |