- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
createProviderIdentities - Auth Module Reference
This documentation provides a reference to the createProviderIdentities
method. This belongs to the Auth Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
createProviderIdentities(data, sharedContext?): Promise<ProviderIdentityDTO[]>#
This method creates provider identities.
Example#
Parameters#
The provider identities to be created.
Returns#
Promise
Promise<ProviderIdentityDTO[]>The created provider identities.
Promise
Promise<ProviderIdentityDTO[]>createProviderIdentities(data, sharedContext?): Promise<ProviderIdentityDTO>#
This method creates a provider identity.
Example#
Parameters#
The provider identity to be created.
Returns#
Promise
Promise<ProviderIdentityDTO>The created provider identity.
Promise
Promise<ProviderIdentityDTO>Was this page helpful?