Package | Description |
---|---|
com.okta.sdk.resource.user |
Modifier and Type | Method and Description |
---|---|
ForgotPasswordResponse |
User.forgotPasswordGenerateOneTimeToken()
Forgot Password
Generates a one-time token (OTT) that can be used to reset a user's password
|
ForgotPasswordResponse |
User.forgotPasswordGenerateOneTimeToken(java.lang.Boolean sendEmail)
Forgot Password
Generates a one-time token (OTT) that can be used to reset a user's password
|
ForgotPasswordResponse |
User.forgotPasswordSetNewPassword(UserCredentials user)
Forgot Password
Sets a new password for a user by validating the user's answer to their current recovery question
|
ForgotPasswordResponse |
User.forgotPasswordSetNewPassword(UserCredentials user,
java.lang.Boolean sendEmail)
Forgot Password
Sets a new password for a user by validating the user's answer to their current recovery question
|
Copyright © 2017-2021 Okta. All Rights Reserved.