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

    Interface FlowActionHttpSendRequestParamsBasicAuth

    interface FlowActionHttpSendRequestParamsBasicAuth {
        username?: string;
        password?: string;
    }
    Index

    Properties

    Properties

    username?: string
    password?: string