core-utils
Preparing search index...
@clipboard-health/playwright-toolkit
InvalidateGeneratedAdminAuthTokenParams
Interface InvalidateGeneratedAdminAuthTokenParams
interface
InvalidateGeneratedAdminAuthTokenParams
{
adminEmail
:
string
;
apiEnvironmentName
:
string
;
cacheDirectory
?:
string
;
cacheIdentity
?:
AdminAuthTokenCacheIdentity
;
clientName
?:
string
;
lockRetryDelayMs
?:
number
;
lockRetryJitterMs
?:
number
;
lockStaleAfterMs
?:
number
;
lockWaitTimeoutMs
?:
number
;
nowImplementation
?:
()
=>
number
;
onCacheEvent
?:
AdminAuthTokenCacheEventHandler
;
randomImplementation
?:
()
=>
number
;
sleepImplementation
?:
(
params
:
{
durationMs
:
number
}
)
=>
Promise
<
void
>
;
}
Hierarchy (
View Summary
)
AdminAuthTokenCacheParams
InvalidateGeneratedAdminAuthTokenParams
Index
Properties
admin
Email
api
Environment
Name
cache
Directory?
cache
Identity?
client
Name?
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
client
Name
clientName
?:
string
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
client
Name
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...