Class: Supabase::Auth::Types::AuthResponse
- Inherits:
-
Struct
- Object
- Struct
- Supabase::Auth::Types::AuthResponse
- Defined in:
- lib/supabase/auth/types.rb
Instance Attribute Summary collapse
-
#session ⇒ Object
Returns the value of attribute session.
-
#user ⇒ Object
Returns the value of attribute user.
Class Method Summary collapse
Instance Attribute Details
#session ⇒ Object
Returns the value of attribute session
184 185 186 |
# File 'lib/supabase/auth/types.rb', line 184 def session @session end |
#user ⇒ Object
Returns the value of attribute user
184 185 186 |
# File 'lib/supabase/auth/types.rb', line 184 def user @user end |