Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
SDK
SuccessfulResponse
Interface SuccessfulResponse<T>
interface
SuccessfulResponse
<
T
>
{
ok
:
true
;
body
:
T
;
headers
?:
Record
<
string
,
any
>
;
rawResponse
:
RawResponse
;
}
Type Parameters
T
Index
Properties
ok
body
headers?
raw
Response
Properties
ok
ok
:
true
body
body
:
T
Optional
Deprecated
headers
headers
?:
Record
<
string
,
any
>
Use
rawResponse
instead
raw
Response
rawResponse
:
RawResponse
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
ok
body
headers
raw
Response
Auth0 Node.js SDK - v5.0.0
Loading...
Use
rawResponse
instead