CDP Frontend SDK
    Preparing search index...

    Type Alias VerifySmsOTPOptions

    Request parameters for verifySmsOTP.

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

    Properties

    Properties

    flowId: string

    The flow ID to use in verifySmsOTP.

    otp: string

    The OTP to verify.