Preparing search index...
The search index is not available
@auth0/auth0-react
@auth0/auth0-react
LocalStorageCache
Class LocalStorageCache
Implements
ICache
Index
Constructors
constructor
Methods
all
Keys
get
remove
set
Constructors
constructor
new
Local
Storage
Cache
(
)
:
LocalStorageCache
Returns
LocalStorageCache
Methods
all
Keys
all
Keys
(
)
:
string
[]
Returns
string
[]
get
get
<
T
>
(
key
)
:
MaybePromise
<
undefined
|
T
>
Type Parameters
T
=
Cacheable
Parameters
key
:
string
Returns
MaybePromise
<
undefined
|
T
>
remove
remove
(
key
)
:
void
Parameters
key
:
string
Returns
void
set
set
<
T
>
(
key
,
entry
)
:
void
Type Parameters
T
=
Cacheable
Parameters
key
:
string
entry
:
T
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
all
Keys
get
remove
set
@auth0/auth0-react
AuthenticationError
GenericError
InMemoryCache
LocalStorageCache
MfaRequiredError
MissingRefreshTokenError
OAuthError
PopupCancelledError
PopupTimeoutError
TimeoutError
User
Auth0ContextInterface
Auth0ProviderOptions
AuthorizationParams
GetTokenSilentlyOptions
GetTokenWithPopupOptions
ICache
IdToken
LogoutOptions
LogoutUrlOptions
PopupConfigOptions
Loading...