Class: TD::Types::EmailAddressAuthentication::GoogleId

Inherits:
TD::Types::EmailAddressAuthentication show all
Defined in:
lib/tdlib/types/email_address_authentication/google_id.rb

Overview

An authentication token received through Google ID.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#tokenTD::Types::String

The token.

Returns:

  • (TD::Types::String)

    the current value of token



5
6
7
# File 'lib/tdlib/types/email_address_authentication/google_id.rb', line 5

def token
  @token
end