update - Auth Module Reference
This documentation provides a reference to the update
method. This belongs to the Auth Module.
update(data, sharedContext?): Promise<AuthUserDTO[]>
This method updates existing auths.
Example
Parameters
The attributes to update in the auth users.
Returns
The updated auths.
update(data, sharedContext?): Promise<AuthUserDTO>
This method updates an existing auth.
Example
Parameters
The attributes to update in the auth user.
Returns
The updated auth.
Was this section helpful?