CDP Frontend SDK
    Preparing search index...

    Type Alias VerifyEmailOTPOptions

    Request parameters for verifyEmailOTP.

    type VerifyEmailOTPOptions = {
        flowId: string;
        otp: string;
    }
    Index

    Properties

    Properties

    flowId: string

    The flow ID to use in verifyEmailOTP.

    otp: string

    The OTP to verify.