Websites v4 docs v5.2.4
Preparing search index...
API Reference/Models
PasswordResetCreateResponse
Type Alias PasswordResetCreateResponse
type
PasswordResetCreateResponse
=
{
error
?:
{
status
:
number
}
;
message
:
string
;
password_reset
:
{
email
:
string
;
expiry
:
string
;
host
:
string
;
token
:
string
;
}
;
}
Index
Properties
error?
message
password_
reset
Properties
Optional
error
error
?:
{
status
:
number
}
message
message
:
string
password_
reset
password_reset
:
{
email
:
string
;
expiry
:
string
;
host
:
string
;
token
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
message
password_
reset
Websites v4 docs v5.2.4
Loading...