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