@dypai-ai/client-sdk - v1.12.0
DYPAI
GitHub
Preparing search index...
modules/auth/types
VerifyOTPRequest
Interface VerifyOTPRequest
interface
VerifyOTPRequest
{
email
?:
string
;
phone
?:
string
;
token
:
string
;
type
?:
|
"sms"
|
"signup"
|
"magiclink"
|
"recovery"
|
"invite"
|
"email_change"
;
}
Index
Properties
email?
phone?
token
type?
Properties
Optional
email
email
?:
string
Optional
phone
phone
?:
string
token
token
:
string
Optional
type
type
?:
"sms"
|
"signup"
|
"magiclink"
|
"recovery"
|
"invite"
|
"email_change"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
email
phone
token
type
DYPAI
GitHub
@dypai-ai/client-sdk - v1.12.0
Loading...