Auth0 Node.js SDK - v5.0.0
Preparing search index...
lib
ApiResponse
Interface ApiResponse<T>
interface
ApiResponse
<
T
>
{
data
:
T
;
headers
:
Headers
;
status
:
number
;
statusText
:
string
;
}
Type Parameters
T
Implemented by
JSONApiResponse
TextApiResponse
VoidApiResponse
Index
Properties
data
headers
status
status
Text
Properties
data
data
:
T
headers
headers
:
Headers
status
status
:
number
status
Text
statusText
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
headers
status
status
Text
Auth0 Node.js SDK - v5.0.0
Loading...