Class: LogtoCore::UserInfoResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/logto/core/index_types.rb

Overview

The claims that are returned in the UserInfo response.

Instance Attribute Summary collapse

Instance Attribute Details

#custom_dataHash

The custom data that is stored in the user profile.

Returns:

  • (Hash)

    the current value of custom_data



67
68
69
# File 'lib/logto/core/index_types.rb', line 67

def custom_data
  @custom_data
end

#identitiesHash

The social sign-in identities that are linked to the user.

Returns:

  • (Hash)

    the current value of identities



67
68
69
# File 'lib/logto/core/index_types.rb', line 67

def identities
  @identities
end