Class: Supabase::Auth::Types::OAuthClientResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/supabase/auth/types.rb

Overview

OAuth 2.1 server: response wrapper for single-client operations.

Instance Attribute Summary collapse

Instance Attribute Details

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



481
482
483
# File 'lib/supabase/auth/types.rb', line 481

def client
  @client
end