GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/oidc-client
tokenStore
Function tokenStore
tokenStore
(
storage
:
StorageConfig
,
customStore
?:
CustomStorageObject
,
)
:
{
get
:
()
=>
Promise
<
null
|
Tokens
|
GenericError
>
;
remove
:
()
=>
Promise
<
void
>
;
set
:
(
value
:
Tokens
,
)
=>
Promise
<
void
|
{
code
:
string
;
message
:
string
;
type
:
string
}
>
;
}
Parameters
storage
:
StorageConfig
Optional
customStore
:
CustomStorageObject
Returns
{
get
:
()
=>
Promise
<
null
|
Tokens
|
GenericError
>
;
remove
:
()
=>
Promise
<
void
>
;
set
:
(
value
:
Tokens
,
)
=>
Promise
<
void
|
{
code
:
string
;
message
:
string
;
type
:
string
}
>
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
GitHub
Documentation
Loading...