Class: FirebaseTokenAuth::IdToken

Inherits:
Struct
  • Object
show all
Defined in:
lib/firebase_token_auth/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#headerObject

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



13
14
15
# File 'lib/firebase_token_auth/client.rb', line 13

def header
  @header
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



13
14
15
# File 'lib/firebase_token_auth/client.rb', line 13

def payload
  @payload
end