Class: LogtoCore::UserInfoResponse
- Inherits:
-
Struct
- Object
- Struct
- LogtoCore::UserInfoResponse
- Defined in:
- lib/logto/core/index_types.rb
Overview
The claims that are returned in the UserInfo response.
Instance Attribute Summary collapse
-
#custom_data ⇒ Hash
The custom data that is stored in the user profile.
-
#identities ⇒ Hash
The social sign-in identities that are linked to the user.
Instance Attribute Details
#custom_data ⇒ Hash
The custom data that is stored in the user profile.
67 68 69 |
# File 'lib/logto/core/index_types.rb', line 67 def custom_data @custom_data end |
#identities ⇒ Hash
The social sign-in identities that are linked to the user.
67 68 69 |
# File 'lib/logto/core/index_types.rb', line 67 def identities @identities end |