UserIdentity
Represents an external user identity
Fields without arguments
Name | Type | Description |
---|---|---|
createdAt | Time! | Time when this UserIdentity was created |
id | UserIdentityID! | Global ID of this UserIdentity |
identifier | String! | The description for the runtime if present |
providerId | String! | The name for the runtime |
updatedAt | Time! | Time when this UserIdentity was last updated |
user | User! | The correlating user of the identity |