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



401
402
403
# File 'lib/supabase/auth/types.rb', line 401

def identities
  @identities
end