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

    Interface FlowActionJwtVerifyJwt

    interface FlowActionJwtVerifyJwt {
        id: string;
        alias?: string;
        type: "JWT";
        action: "VERIFY_JWT";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionJwtVerifyJwtParams;
    }
    Index

    Properties

    id: string
    alias?: string
    type: "JWT"
    action: "VERIFY_JWT"
    allow_failure?: boolean
    mask_output?: boolean