Class: Supabase::Auth::Types::ClaimsResponse
- Inherits:
-
Struct
- Object
- Struct
- Supabase::Auth::Types::ClaimsResponse
- Defined in:
- lib/supabase/auth/types.rb
Overview
JWT Claims response - returned by get_claims (matches Python ClaimsResponse)
Instance Attribute Summary collapse
-
#claims ⇒ Object
Returns the value of attribute claims.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#signature ⇒ Object
Returns the value of attribute signature.
Instance Attribute Details
#claims ⇒ Object
Returns the value of attribute claims
433 434 435 |
# File 'lib/supabase/auth/types.rb', line 433 def claims @claims end |
#headers ⇒ Object
Returns the value of attribute headers
433 434 435 |
# File 'lib/supabase/auth/types.rb', line 433 def headers @headers end |
#signature ⇒ Object
Returns the value of attribute signature
433 434 435 |
# File 'lib/supabase/auth/types.rb', line 433 def signature @signature end |