FoxoChat.js Packages
Preparing search index...
@foxochat/api-types
RESTPostAPIAuthVerifyEmailBody
Interface RESTPostAPIAuthVerifyEmailBody
The body of POST /auth/email/verify.
interface
RESTPostAPIAuthVerifyEmailBody
{
otp
:
string
;
}
Index
Properties
otp
Properties
otp
otp
:
string
The email verification code.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
otp
FoxoChat.js Packages
Loading...
The body of POST /auth/email/verify.