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

    Interface WithRawResponse<T>

    Creates a RawResponse from a standard Response object.

    interface WithRawResponse<T> {
        data: T;
        rawResponse: RawResponse;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    data: T
    rawResponse: RawResponse