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

    Interface FlowActionJwtSignJwt

    interface FlowActionJwtSignJwt {
        id: string;
        alias?: string;
        type: "JWT";
        action: "SIGN_JWT";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionJwtSignJwtParams;
    }
    Index

    Properties

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