- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
ProviderIdentityDTO
The provider identity details.
id
stringThe ID of the provider identity.
provider
stringentity_id
stringThe user's identifier. For example, when using the
emailpass
provider, the entity_id
would be the user's email.auth_identity_id
stringOptionalThe ID of the auth identity linked to the provider identity.
The auth identity linked to the provider identity.
provider_metadata
Record<string, unknown>OptionalHolds custom data related to the provider in key-value pairs.
user_metadata
Record<string, unknown>OptionalHolds custom data related to the user in key-value pairs.
Was this page helpful?