Package | Description |
---|---|
com.okta.sdk.impl.resource.user | |
com.okta.sdk.resource.user |
Modifier and Type | Class and Description |
---|---|
class |
DefaultForgotPasswordResponse
ForgotPasswordResponse
|
Modifier and Type | Method and Description |
---|---|
ForgotPasswordResponse |
DefaultUser.forgotPasswordGenerateOneTimeToken()
Forgot Password
Generates a one-time token (OTT) that can be used to reset a user's password
|
ForgotPasswordResponse |
DefaultUser.forgotPasswordGenerateOneTimeToken(Boolean sendEmail)
Forgot Password
Generates a one-time token (OTT) that can be used to reset a user's password
|
ForgotPasswordResponse |
DefaultUser.forgotPasswordSetNewPassword(UserCredentials user)
Forgot Password
Sets a new password for a user by validating the user's answer to their current recovery question
|
ForgotPasswordResponse |
DefaultUser.forgotPasswordSetNewPassword(UserCredentials user,
Boolean sendEmail)
Forgot Password
Sets a new password for a user by validating the user's answer to their current recovery question
|
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(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,
Boolean sendEmail)
Forgot Password
Sets a new password for a user by validating the user's answer to their current recovery question
|
Copyright © 2017–2023 Okta. All rights reserved.