Class: Supabase::Rails::AuthResult
- Inherits:
-
Struct
- Object
- Struct
- Supabase::Rails::AuthResult
- Defined in:
- lib/supabase/rails/core.rb
Instance Attribute Summary collapse
-
#auth_mode ⇒ Object
Returns the value of attribute auth_mode.
-
#jwt_claims ⇒ Object
Returns the value of attribute jwt_claims.
-
#key_name ⇒ Object
Returns the value of attribute key_name.
-
#token ⇒ Object
Returns the value of attribute token.
-
#user_claims ⇒ Object
Returns the value of attribute user_claims.
Instance Attribute Details
#auth_mode ⇒ Object
Returns the value of attribute auth_mode
14 15 16 |
# File 'lib/supabase/rails/core.rb', line 14 def auth_mode @auth_mode end |
#jwt_claims ⇒ Object
Returns the value of attribute jwt_claims
14 15 16 |
# File 'lib/supabase/rails/core.rb', line 14 def jwt_claims @jwt_claims end |
#key_name ⇒ Object
Returns the value of attribute key_name
14 15 16 |
# File 'lib/supabase/rails/core.rb', line 14 def key_name @key_name end |
#token ⇒ Object
Returns the value of attribute token
14 15 16 |
# File 'lib/supabase/rails/core.rb', line 14 def token @token end |
#user_claims ⇒ Object
Returns the value of attribute user_claims
14 15 16 |
# File 'lib/supabase/rails/core.rb', line 14 def user_claims @user_claims end |