Uses of Interface
com.okta.sdk.resource.TempPassword
-
Packages that use TempPassword Package Description com.okta.sdk.client -
-
Uses of TempPassword in com.okta.sdk.client
Methods in com.okta.sdk.client that return TempPassword Modifier and Type Method Description TempPassword
Client. expirePasswordAndGetTemporaryPassword(java.lang.String userId)
Expire Password and Set Temporary Password This operation 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.
-