sveltekit-oidc - v3.0.0
Preparing search index...
OIDCRefreshLock
Type Alias OIDCRefreshLock
Optional distributed lock used to serialize refresh-token rotation across application instances.
type
OIDCRefreshLock
=
{
runExclusive
<
T
>
(
key
:
string
,
task
:
()
=>
Promise
<
T
>
)
:
Promise
<
T
>
;
}
Index
Methods
run
Exclusive
Methods
run
Exclusive
runExclusive
<
T
>
(
key
:
string
,
task
:
()
=>
Promise
<
T
>
)
:
Promise
<
T
>
Type Parameters
T
Parameters
key
:
string
task
:
()
=>
Promise
<
T
>
Returns
Promise
<
T
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
run
Exclusive
sveltekit-oidc - v3.0.0
Loading...
Optional distributed lock used to serialize refresh-token rotation across application instances.