- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
UpdateProviderIdentityDTO
The provider identity to be created.
id
stringThe ID of the provider identity.
entity_id
stringOptionalThe user's identifier. For example, when using the
emailpass
provider, the entity_id
would be the user's email.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?