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

    Interface EventStreamWebhookBasicAuth

    Basic Authorization for HTTP requests (e.g., 'Basic credentials').

    interface EventStreamWebhookBasicAuth {
        method: "basic";
        username: string;
    }
    Index

    Properties

    Properties

    method: "basic"
    username: string

    Username