urembo-hub-api
Preparing search index...
auth/password-reset.controller
PasswordResetController
Class PasswordResetController
Index
Constructors
constructor
Methods
request
Password
Reset
reset
Password
verify
OTP
Constructors
constructor
new
PasswordResetController
(
passwordResetService
:
PasswordResetService
,
)
:
PasswordResetController
Parameters
passwordResetService
:
PasswordResetService
Returns
PasswordResetController
Methods
request
Password
Reset
requestPasswordReset
(
requestPasswordResetDto
:
RequestPasswordResetDto
,
)
:
Promise
<
{
message
:
string
;
success
:
boolean
}
>
Parameters
requestPasswordResetDto
:
RequestPasswordResetDto
Returns
Promise
<
{
message
:
string
;
success
:
boolean
}
>
reset
Password
resetPassword
(
resetPasswordDto
:
ResetPasswordDto
,
)
:
Promise
<
{
message
:
string
;
success
:
boolean
}
>
Parameters
resetPasswordDto
:
ResetPasswordDto
Returns
Promise
<
{
message
:
string
;
success
:
boolean
}
>
verify
OTP
verifyOTP
(
verifyOTPDto
:
VerifyOTPDto
,
)
:
Promise
<
{
message
:
string
;
success
:
boolean
}
>
Parameters
verifyOTPDto
:
VerifyOTPDto
Returns
Promise
<
{
message
:
string
;
success
:
boolean
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
request
Password
Reset
reset
Password
verify
OTP
urembo-hub-api
Loading...