Class: Supabase::Rails::AuthResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#auth_modeObject

Returns the value of attribute auth_mode

Returns:

  • (Object)

    the current value of auth_mode



14
15
16
# File 'lib/supabase/rails/core.rb', line 14

def auth_mode
  @auth_mode
end

#jwt_claimsObject

Returns the value of attribute jwt_claims

Returns:

  • (Object)

    the current value of jwt_claims



14
15
16
# File 'lib/supabase/rails/core.rb', line 14

def jwt_claims
  @jwt_claims
end

#key_nameObject

Returns the value of attribute key_name

Returns:

  • (Object)

    the current value of key_name



14
15
16
# File 'lib/supabase/rails/core.rb', line 14

def key_name
  @key_name
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



14
15
16
# File 'lib/supabase/rails/core.rb', line 14

def token
  @token
end

#user_claimsObject

Returns the value of attribute user_claims

Returns:

  • (Object)

    the current value of user_claims



14
15
16
# File 'lib/supabase/rails/core.rb', line 14

def user_claims
  @user_claims
end