Class: Supabase::Rails::SupabaseContext

Inherits:
Data
  • Object
show all
Defined in:
lib/supabase/rails/context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#auth_key_nameObject (readonly)

Returns the value of attribute auth_key_name

Returns:

  • (Object)

    the current value of auth_key_name



10
11
12
# File 'lib/supabase/rails/context.rb', line 10

def auth_key_name
  @auth_key_name
end

#auth_modeObject (readonly)

Returns the value of attribute auth_mode

Returns:

  • (Object)

    the current value of auth_mode



10
11
12
# File 'lib/supabase/rails/context.rb', line 10

def auth_mode
  @auth_mode
end

#jwt_claimsObject (readonly)

Returns the value of attribute jwt_claims

Returns:

  • (Object)

    the current value of jwt_claims



10
11
12
# File 'lib/supabase/rails/context.rb', line 10

def jwt_claims
  @jwt_claims
end

#supabaseObject (readonly)

Returns the value of attribute supabase

Returns:

  • (Object)

    the current value of supabase



10
11
12
# File 'lib/supabase/rails/context.rb', line 10

def supabase
  @supabase
end

#supabase_adminObject (readonly)

Returns the value of attribute supabase_admin

Returns:

  • (Object)

    the current value of supabase_admin



10
11
12
# File 'lib/supabase/rails/context.rb', line 10

def supabase_admin
  @supabase_admin
end

#user_claimsObject (readonly)

Returns the value of attribute user_claims

Returns:

  • (Object)

    the current value of user_claims



10
11
12
# File 'lib/supabase/rails/context.rb', line 10

def user_claims
  @user_claims
end