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

    Interface FlowActionJwtDecodeJwt

    interface FlowActionJwtDecodeJwt {
        id: string;
        alias?: string;
        type: "JWT";
        action: "DECODE_JWT";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionJwtDecodeJwtParams;
    }
    Index

    Properties

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