Class: Supabase::Auth::Types::ClaimsResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/supabase/auth/types.rb

Overview

JWT Claims response - returned by get_claims (matches Python ClaimsResponse)

Instance Attribute Summary collapse

Instance Attribute Details

#claimsObject

Returns the value of attribute claims

Returns:

  • (Object)

    the current value of claims



433
434
435
# File 'lib/supabase/auth/types.rb', line 433

def claims
  @claims
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



433
434
435
# File 'lib/supabase/auth/types.rb', line 433

def headers
  @headers
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



433
434
435
# File 'lib/supabase/auth/types.rb', line 433

def signature
  @signature
end