Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface FlowActionOtpVerifyCode

    interface FlowActionOtpVerifyCode {
        id: string;
        alias?: string;
        type: "OTP";
        action: "VERIFY_CODE";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionOtpVerifyCodeParams;
    }
    Index

    Properties

    id: string
    alias?: string
    type: "OTP"
    action: "VERIFY_CODE"
    allow_failure?: boolean
    mask_output?: boolean