Auth0 Node.js SDK - v5.0.0
Preparing search index...
lib
TextApiResponse
Class TextApiResponse
Implements
ApiResponse
<
string
>
Index
Constructors
constructor
Methods
from
Response
Properties
data
headers
status
status
Text
Constructors
constructor
new
TextApiResponse
(
data
:
string
,
headers
:
Headers
,
status
:
number
,
statusText
:
string
,
)
:
TextApiResponse
Parameters
data
:
string
headers
:
Headers
status
:
number
statusText
:
string
Returns
TextApiResponse
Methods
Static
from
Response
fromResponse
(
raw
:
Response
)
:
Promise
<
TextApiResponse
>
Parameters
raw
:
Response
Returns
Promise
<
TextApiResponse
>
Properties
data
data
:
string
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...