- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
createAuthIdentities - Auth Module Reference
This documentation provides a reference to the createAuthIdentities
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.
createAuthIdentities(data, sharedContext?): Promise<AuthIdentityDTO[]>#
This method creates auth identities.
Example#
Parameters#
data
CreateAuthIdentityDTO[]The auth identities to be created.
data
CreateAuthIdentityDTO[]Returns#
Promise
Promise<AuthIdentityDTO[]>The created auth identities.
Promise
Promise<AuthIdentityDTO[]>createAuthIdentities(data, sharedContext?): Promise<AuthIdentityDTO>#
This method creates an auth identity.
Example#
Parameters#
The auth identity to be created.
Returns#
Promise
Promise<AuthIdentityDTO>The created auth identity.
Promise
Promise<AuthIdentityDTO>Was this page helpful?