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