core-utils
Preparing search index...
@clipboard-health/playwright-toolkit
AdminAuthTokenCacheParams
Interface AdminAuthTokenCacheParams
interface
AdminAuthTokenCacheParams
{
adminEmail
:
string
;
apiEnvironmentName
:
string
;
cacheDirectory
?:
string
;
cacheIdentity
?:
AdminAuthTokenCacheIdentity
;
lockRetryDelayMs
?:
number
;
lockRetryJitterMs
?:
number
;
lockStaleAfterMs
?:
number
;
lockWaitTimeoutMs
?:
number
;
nowImplementation
?:
()
=>
number
;
onCacheEvent
?:
AdminAuthTokenCacheEventHandler
;
randomImplementation
?:
()
=>
number
;
sleepImplementation
?:
(
params
:
{
durationMs
:
number
}
)
=>
Promise
<
void
>
;
}
Hierarchy (
View Summary
)
AdminAuthTokenCacheParams
GetOrCreateAdminAuthTokenParams
InvalidateGeneratedAdminAuthTokenParams
Index
Properties
admin
Email
api
Environment
Name
cache
Directory?
cache
Identity?
lock
Retry
Delay
Ms?
lock
Retry
Jitter
Ms?
lock
Stale
After
Ms?
lock
Wait
Timeout
Ms?
now
Implementation?
on
Cache
Event?
random
Implementation?
sleep
Implementation?
Properties
admin
Email
adminEmail
:
string
api
Environment
Name
apiEnvironmentName
:
string
Optional
cache
Directory
cacheDirectory
?:
string
Optional
cache
Identity
cacheIdentity
?:
AdminAuthTokenCacheIdentity
Optional
lock
Retry
Delay
Ms
lockRetryDelayMs
?:
number
Optional
lock
Retry
Jitter
Ms
lockRetryJitterMs
?:
number
Optional
lock
Stale
After
Ms
lockStaleAfterMs
?:
number
Optional
lock
Wait
Timeout
Ms
lockWaitTimeoutMs
?:
number
Optional
now
Implementation
nowImplementation
?:
()
=>
number
Optional
on
Cache
Event
onCacheEvent
?:
AdminAuthTokenCacheEventHandler
Optional
random
Implementation
randomImplementation
?:
()
=>
number
Optional
sleep
Implementation
sleepImplementation
?:
(
params
:
{
durationMs
:
number
}
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
admin
Email
api
Environment
Name
cache
Directory
cache
Identity
lock
Retry
Delay
Ms
lock
Retry
Jitter
Ms
lock
Stale
After
Ms
lock
Wait
Timeout
Ms
now
Implementation
on
Cache
Event
random
Implementation
sleep
Implementation
core-utils
Loading...