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

    Interface SuccessfulResponse<T>

    interface SuccessfulResponse<T> {
        ok: true;
        body: T;
        headers?: Record<string, any>;
        rawResponse: RawResponse;
    }

    Type Parameters

    • T
    Index

    Properties

    ok: true
    body: T
    headers?: Record<string, any>

    Use rawResponse instead

    rawResponse: RawResponse