method
RiduClient.changePassword
RiduClient.changePassword(
currentPassword: string,
password: string,
options?: RequestOptions,
): Promise<AuthActionEnvelope>Change the current user’s password.
Related types
RequestOptionsOptions shared by every request.
AuthActionEnvelopeA successful auth maintenance action.