ProviderIdentityDTO

The provider identity details.

idstring
The ID of the provider identity.
providerstring
entity_idstring
The user's identifier. For example, when using the emailpass provider, the entity_id would be the user's email.
auth_identity_idstringOptional
The ID of the auth identity linked to the provider identity.
auth_identityAuthIdentityDTOOptional
The auth identity linked to the provider identity.
provider_metadataRecord<string, unknown>Optional
Holds custom data related to the provider in key-value pairs.
user_metadataRecord<string, unknown>Optional
Holds custom data related to the user in key-value pairs.
Was this page helpful?
Edit this page