- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CreateProviderIdentityDTO
The provider identity to be created.
provider
stringentity_id
stringThe user's identifier. For example, when using the
emailpass
provider, the entity_id
would be the user's email.id
stringOptionalThe ID of the provider identity.
auth_identity_id
stringOptionalThe auth identity linked to the provider identity. Needs to be specified if creating a new provider identity directly.
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?