Class: Supabase::Rails::SupabaseContext
- Inherits:
-
Data
- Object
- Data
- Supabase::Rails::SupabaseContext
- Defined in:
- lib/supabase/rails/context.rb
Instance Attribute Summary collapse
-
#auth_key_name ⇒ Object
readonly
Returns the value of attribute auth_key_name.
-
#auth_mode ⇒ Object
readonly
Returns the value of attribute auth_mode.
-
#jwt_claims ⇒ Object
readonly
Returns the value of attribute jwt_claims.
-
#supabase ⇒ Object
readonly
Returns the value of attribute supabase.
-
#supabase_admin ⇒ Object
readonly
Returns the value of attribute supabase_admin.
-
#user_claims ⇒ Object
readonly
Returns the value of attribute user_claims.
Instance Attribute Details
#auth_key_name ⇒ Object (readonly)
Returns the value of attribute auth_key_name
10 11 12 |
# File 'lib/supabase/rails/context.rb', line 10 def auth_key_name @auth_key_name end |
#auth_mode ⇒ Object (readonly)
Returns the value of attribute auth_mode
10 11 12 |
# File 'lib/supabase/rails/context.rb', line 10 def auth_mode @auth_mode end |
#jwt_claims ⇒ Object (readonly)
Returns the value of attribute jwt_claims
10 11 12 |
# File 'lib/supabase/rails/context.rb', line 10 def jwt_claims @jwt_claims end |
#supabase ⇒ Object (readonly)
Returns the value of attribute supabase
10 11 12 |
# File 'lib/supabase/rails/context.rb', line 10 def supabase @supabase end |
#supabase_admin ⇒ Object (readonly)
Returns the value of attribute supabase_admin
10 11 12 |
# File 'lib/supabase/rails/context.rb', line 10 def supabase_admin @supabase_admin end |
#user_claims ⇒ Object (readonly)
Returns the value of attribute user_claims
10 11 12 |
# File 'lib/supabase/rails/context.rb', line 10 def user_claims @user_claims end |