Class: Supabase::Rails::UserClaims

Inherits:
Struct
  • Object
show all
Defined in:
lib/supabase/rails/core.rb

Instance Attribute Summary collapse

Instance Attribute Details

#app_metadataObject

Returns the value of attribute app_metadata

Returns:

  • (Object)

    the current value of app_metadata



19
20
21
# File 'lib/supabase/rails/core.rb', line 19

def 
  @app_metadata
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



19
20
21
# File 'lib/supabase/rails/core.rb', line 19

def email
  @email
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



19
20
21
# File 'lib/supabase/rails/core.rb', line 19

def id
  @id
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



19
20
21
# File 'lib/supabase/rails/core.rb', line 19

def role
  @role
end

#user_metadataObject

Returns the value of attribute user_metadata

Returns:

  • (Object)

    the current value of user_metadata



19
20
21
# File 'lib/supabase/rails/core.rb', line 19

def 
  @user_metadata
end