Class: Supabase::Auth::Types::OAuthClientResponse
- Inherits:
-
Struct
- Object
- Struct
- Supabase::Auth::Types::OAuthClientResponse
- Defined in:
- lib/supabase/auth/types.rb
Overview
OAuth 2.1 server: response wrapper for single-client operations.
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client
481 482 483 |
# File 'lib/supabase/auth/types.rb', line 481 def client @client end |