Class: TD::Types::EmailAddressAuthentication::GoogleId
- Inherits:
-
TD::Types::EmailAddressAuthentication
- Object
- Dry::Struct
- Base
- TD::Types::EmailAddressAuthentication
- TD::Types::EmailAddressAuthentication::GoogleId
- Defined in:
- lib/tdlib/types/email_address_authentication/google_id.rb
Overview
An authentication token received through Google ID.
Instance Attribute Summary collapse
-
#token ⇒ TD::Types::String
The token.
Method Summary
Methods inherited from Base
Instance Attribute Details
#token ⇒ TD::Types::String
The token.
5 6 7 |
# File 'lib/tdlib/types/email_address_authentication/google_id.rb', line 5 def token @token end |