Class: Supabase::Rails::UserClaims
- Inherits:
-
Struct
- Object
- Struct
- Supabase::Rails::UserClaims
- Defined in:
- lib/supabase/rails/core.rb
Instance Attribute Summary collapse
-
#app_metadata ⇒ Object
Returns the value of attribute app_metadata.
-
#email ⇒ Object
Returns the value of attribute email.
-
#id ⇒ Object
Returns the value of attribute id.
-
#role ⇒ Object
Returns the value of attribute role.
-
#user_metadata ⇒ Object
Returns the value of attribute user_metadata.
Instance Attribute Details
#app_metadata ⇒ Object
Returns the value of attribute app_metadata
19 20 21 |
# File 'lib/supabase/rails/core.rb', line 19 def @app_metadata end |
#email ⇒ Object
Returns the value of attribute email
19 20 21 |
# File 'lib/supabase/rails/core.rb', line 19 def email @email end |
#id ⇒ Object
Returns the value of attribute id
19 20 21 |
# File 'lib/supabase/rails/core.rb', line 19 def id @id end |
#role ⇒ Object
Returns the value of attribute role
19 20 21 |
# File 'lib/supabase/rails/core.rb', line 19 def role @role end |
#user_metadata ⇒ Object
Returns the value of attribute user_metadata
19 20 21 |
# File 'lib/supabase/rails/core.rb', line 19 def @user_metadata end |