Class: Supabase::Auth::Types::OAuthResponse
- Inherits:
-
Struct
- Object
- Struct
- Supabase::Auth::Types::OAuthResponse
- Defined in:
- lib/supabase/auth/types.rb
Instance Attribute Summary collapse
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#provider ⇒ Object
Returns the value of attribute provider
199 200 201 |
# File 'lib/supabase/auth/types.rb', line 199 def provider @provider end |
#url ⇒ Object
Returns the value of attribute url
199 200 201 |
# File 'lib/supabase/auth/types.rb', line 199 def url @url end |