@auth0/auth0-react
Preparing search index...
FetcherConfig
Type Alias FetcherConfig<TOutput>
type
FetcherConfig
<
TOutput
extends
CustomFetchMinimalOutput
>
=
{
baseUrl
?:
string
;
dpopNonceId
?:
string
;
fetch
?:
CustomFetchImpl
<
TOutput
>
;
getAccessToken
?:
AccessTokenFactory
;
}
Type Parameters
TOutput
extends
CustomFetchMinimalOutput
Index
Properties
base
Url?
dpop
Nonce
Id?
fetch?
get
Access
Token?
Properties
Optional
base
Url
baseUrl
?:
string
Optional
dpop
Nonce
Id
dpopNonceId
?:
string
Optional
fetch
fetch
?:
CustomFetchImpl
<
TOutput
>
Optional
get
Access
Token
getAccessToken
?:
AccessTokenFactory
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Url
dpop
Nonce
Id
fetch
get
Access
Token
@auth0/auth0-react
Loading...