- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
updateAuthIdentities - Auth Module Reference
This documentation provides a reference to the updateAuthIdentities
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.
updateAuthIdentities(data, sharedContext?): Promise<AuthIdentityDTO[]>#
This method updates existing auths.
Example#
Parameters#
data
UpdateAuthIdentityDTO[]The attributes to update in the auth identities.
data
UpdateAuthIdentityDTO[]Returns#
Promise
Promise<AuthIdentityDTO[]>The updated auths.
Promise
Promise<AuthIdentityDTO[]>updateAuthIdentities(data, sharedContext?): Promise<AuthIdentityDTO>#
This method updates an existing auth.
Example#
Parameters#
The attributes to update in the auth identity.
Returns#
Promise
Promise<AuthIdentityDTO>The updated auth.
Promise
Promise<AuthIdentityDTO>Was this page helpful?