Auth0 Node.js SDK - v5.0.0
Preparing search index...
lib
JSONApiResponse
Class JSONApiResponse<T>
Type Parameters
T
Implements
ApiResponse
<
T
>
Index
Constructors
constructor
Methods
from
Response
Properties
data
headers
status
status
Text
Constructors
constructor
new
JSONApiResponse
<
T
>
(
data
:
T
,
headers
:
Headers
,
status
:
number
,
statusText
:
string
,
)
:
JSONApiResponse
<
T
>
Type Parameters
T
Parameters
data
:
T
headers
:
Headers
status
:
number
statusText
:
string
Returns
JSONApiResponse
<
T
>
Methods
Static
from
Response
fromResponse
<
T
=
unknown
>
(
raw
:
Response
)
:
Promise
<
JSONApiResponse
<
T
>
>
Type Parameters
T
=
unknown
Parameters
raw
:
Response
Returns
Promise
<
JSONApiResponse
<
T
>
>
Properties
data
data
:
T
headers
headers
:
Headers
Readonly
status
status
:
number
Readonly
status
Text
statusText
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
from
Response
Properties
data
headers
status
status
Text
Auth0 Node.js SDK - v5.0.0
Loading...