Uses of Class
org.openapitools.client.model.ResetPasswordToken
Packages that use ResetPasswordToken
-
Uses of ResetPasswordToken in org.openapitools.client.api
Methods in org.openapitools.client.api that return ResetPasswordTokenModifier and TypeMethodDescriptionUserApi.resetPassword
(String userId, Boolean sendEmail) Reset Password Generates a one-time token (OTT) that can be used to reset a user's password.Methods in org.openapitools.client.api that return types with arguments of type ResetPasswordTokenModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ResetPasswordToken>
UserApi.resetPasswordWithHttpInfo
(String userId, Boolean sendEmail) Reset Password Generates a one-time token (OTT) that can be used to reset a user's password.