react-native-auth0
Preparing search index...
Types
Auth0Response
Type Alias Auth0Response<TData>
type
Auth0Response
<
TData
>
=
{
headers
?:
Headers
;
json
?:
TData
;
ok
?:
boolean
;
status
:
number
;
text
?:
string
;
}
Type Parameters
TData
Index
Properties
headers?
json?
ok?
status
text?
Properties
Optional
headers
headers
?:
Headers
Optional
json
json
?:
TData
Optional
ok
ok
?:
boolean
status
status
:
number
Optional
text
text
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
headers
json
ok
status
text
react-native-auth0
Loading...