Circle V2 API Docs
Preparing search index...
@repo/auth-next
api
handleForgotPasswordRequest
Function handleForgotPasswordRequest
handleForgotPasswordRequest
(
request
:
NextRequest
,
options
:
{
authClient
:
BaseAuthClient
;
logger
:
BaseLogger
}
,
)
:
Promise
<
void
>
Initiates the forgot password flow by sending a reset password email to the user.
Parameters
request
:
NextRequest
options
:
{
authClient
:
BaseAuthClient
;
logger
:
BaseLogger
}
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...
Initiates the forgot password flow by sending a reset password email to the user.