Uses of Interface
com.okta.sdk.resource.user.ForgotPasswordResponse
-
Packages that use ForgotPasswordResponse Package Description com.okta.sdk.resource.user -
-
Uses of ForgotPasswordResponse in com.okta.sdk.resource.user
Methods in com.okta.sdk.resource.user that return ForgotPasswordResponse Modifier and Type Method Description ForgotPasswordResponseUser. forgotPasswordGenerateOneTimeToken()Forgot Password Generates a one-time token (OTT) that can be used to reset a user's passwordForgotPasswordResponseUser. forgotPasswordGenerateOneTimeToken(java.lang.Boolean sendEmail)Forgot Password Generates a one-time token (OTT) that can be used to reset a user's passwordForgotPasswordResponseUser. forgotPasswordSetNewPassword(UserCredentials user)Forgot Password Sets a new password for a user by validating the user's answer to their current recovery questionForgotPasswordResponseUser. 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
-