Class: Supabase::Auth::Types::IdentitiesResponse

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

Overview

Identities response (wraps user identities)

Instance Attribute Summary collapse

Instance Attribute Details

#identitiesObject

Returns the value of attribute identities

Returns:

  • (Object)

    the current value of identities



392
393
394
# File 'lib/supabase/auth/types.rb', line 392

def identities
  @identities
end