Class: TD::Types::FirebaseAuthenticationSettings::Ios

Inherits:
TD::Types::FirebaseAuthenticationSettings show all
Defined in:
lib/tdlib/types/firebase_authentication_settings/ios.rb

Overview

Settings for Firebase Authentication in the official iOS application.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#device_tokenTD::Types::String

Device token from Apple Push Notification service.

Returns:

  • (TD::Types::String)

    the current value of device_token



6
7
8
# File 'lib/tdlib/types/firebase_authentication_settings/ios.rb', line 6

def device_token
  @device_token
end

#is_app_sandboxBoolean

True, if App Sandbox is enabled.

Returns:

  • (Boolean)

    the current value of is_app_sandbox



6
7
8
# File 'lib/tdlib/types/firebase_authentication_settings/ios.rb', line 6

def is_app_sandbox
  @is_app_sandbox
end