You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/FusionAuthClient.ts
+24-4Lines changed: 24 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -257,13 +257,33 @@ export class FusionAuthClient {
257
257
*
258
258
* An HTTP status code of 400 with a general error code of [TrustTokenRequired] indicates that a Trust Token is required to make a POST request to this API.
259
259
*
260
-
* @param {string} loginId The loginId of the User that you intend to change the password for.
260
+
* @param {string} loginId The loginId (email or username) of the User that you intend to change the password for.
* Check to see if the user must obtain a Trust Request Id in order to complete a change password request.
273
+
* When a user has enabled Two-Factor authentication, before you are allowed to use the Change Password API to change
274
+
* your password, you must obtain a Trust Request Id by completing a Two-Factor Step-Up authentication.
275
+
*
276
+
* An HTTP status code of 400 with a general error code of [TrustTokenRequired] indicates that a Trust Token is required to make a POST request to this API.
277
+
*
278
+
* @param {string} loginId The loginId of the User that you intend to change the password for.
279
+
* @param {Array<String>} loginIdTypes The identity types that FusionAuth will compare the loginId to.
0 commit comments