Uses of Class
com.okta.sdk.resource.model.TempPassword
Packages that use TempPassword
-
Uses of TempPassword in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return TempPasswordModifier and TypeMethodDescriptionUserApi.expirePasswordAndGetTemporaryPassword
(String userId, Boolean revokeSessions) Expire Password and Set Temporary Password Expires a user's password and transitions the user to the status of `PASSWORD_EXPIRED` so that the user is required to change their password at their next login, and also sets the user's password to a temporary password returned in the responseUserApi.expirePasswordAndGetTemporaryPassword
(String userId, Boolean revokeSessions, Map<String, String> additionalHeaders) Expire Password and Set Temporary Password Expires a user's password and transitions the user to the status of `PASSWORD_EXPIRED` so that the user is required to change their password at their next login, and also sets the user's password to a temporary password returned in the response