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
# Check to see if the user must obtain a Trust Token Id in order to complete a change password request.
204
+
# When a user has enabled Two-Factor authentication, before you are allowed to use the Change Password API to change
205
+
# your password, you must obtain a Trust Token by completing a Two-Factor Step-Up authentication.
206
+
#
207
+
# 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.
208
+
#
209
+
# @param change_password_id [string] The change password Id used to find the user. This value is generated by FusionAuth once the change password workflow has been initiated.
210
+
# @param ip_address [string] (Optional) IP address of the user changing their password. This is used for MFA risk assessment.
211
+
# @return [FusionAuth::ClientResponse] The ClientResponse object.
# Check to see if the user must obtain a Trust Token Id in order to complete a change password request.
238
+
# When a user has enabled Two-Factor authentication, before you are allowed to use the Change Password API to change
239
+
# your password, you must obtain a Trust Token by completing a Two-Factor Step-Up authentication.
240
+
#
241
+
# 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.
242
+
#
243
+
# @param encoded_jwt [string] The encoded JWT (access token).
244
+
# @param ip_address [string] (Optional) IP address of the user changing their password. This is used for MFA risk assessment.
245
+
# @return [FusionAuth::ClientResponse] The ClientResponse object.
# Check to see if the user must obtain a Trust Request Id in order to complete a change password request.
272
+
# When a user has enabled Two-Factor authentication, before you are allowed to use the Change Password API to change
273
+
# your password, you must obtain a Trust Request Id by completing a Two-Factor Step-Up authentication.
274
+
#
275
+
# 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.
276
+
#
277
+
# @param login_id [string] The loginId (email or username) of the User that you intend to change the password for.
278
+
# @param ip_address [string] (Optional) IP address of the user changing their password. This is used for MFA risk assessment.
279
+
# @return [FusionAuth::ClientResponse] The ClientResponse object.
# Check to see if the user must obtain a Trust Request Id in order to complete a change password request.
308
+
# When a user has enabled Two-Factor authentication, before you are allowed to use the Change Password API to change
309
+
# your password, you must obtain a Trust Request Id by completing a Two-Factor Step-Up authentication.
310
+
#
311
+
# 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.
312
+
#
313
+
# @param login_id [string] The loginId of the User that you intend to change the password for.
314
+
# @param login_id_types [Array] The identity types that FusionAuth will compare the loginId to.
315
+
# @param ip_address [string] (Optional) IP address of the user changing their password. This is used for MFA risk assessment.
316
+
# @return [FusionAuth::ClientResponse] The ClientResponse object.
0 commit comments