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

    Interface AuthRequest

    Request parameters for authentication requests.

    interface AuthRequest {
        headers: Record<string, string>;
    }
    Index

    Properties

    Properties

    headers: Record<string, string>

    The headers to be included in the request.