Class: Supabase::Auth::Types::OAuthResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



199
200
201
# File 'lib/supabase/auth/types.rb', line 199

def provider
  @provider
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



199
200
201
# File 'lib/supabase/auth/types.rb', line 199

def url
  @url
end