Your Auth0 application's domain. e.g., 'your-tenant.us.auth0.com'
Your Auth0 application's client ID.
Optional
timeout
Optional
headers
Optional
cache
How and where to cache session data. Defaults to
memory
.
Optional
useEnables the use of refresh tokens for silent authentication.
Optional
audience
A custom audience for the getTokenSilently
call.
Optional
scope
A custom scope for the getTokenSilently
call.
Extends the core Auth0Options with web-specific configuration that is passed down to
@auth0/auth0-spa-js
.Remarks
Platform specific: Web only.
See
https://auth0.github.io/auth0-spa-js/interfaces/Auth0ClientOptions.html