Class: FirebaseTokenAuth::IdTokenResult
- Inherits:
-
Struct
- Object
- Struct
- FirebaseTokenAuth::IdTokenResult
- Defined in:
- lib/firebase_token_auth/client.rb
Instance Attribute Summary collapse
-
#id_token ⇒ Object
Returns the value of attribute id_token.
-
#uid ⇒ Object
Returns the value of attribute uid.
Instance Attribute Details
#id_token ⇒ Object
Returns the value of attribute id_token
14 15 16 |
# File 'lib/firebase_token_auth/client.rb', line 14 def id_token @id_token end |
#uid ⇒ Object
Returns the value of attribute uid
14 15 16 |
# File 'lib/firebase_token_auth/client.rb', line 14 def uid @uid end |