Alchemy Logo

VerificationOtp

type VerificationOtp = object;

Defined in: account-kit/signer/src/client/types.ts:10

PropertyTypeDescription

code

string

The OTP code received by the user

id

string

The OTP ID returned from initOtp

Was this page helpful?