freeboard
Preparing search index...
api/src/shareTokenRevocationFeed
queryShareTokenRevocationFeed
Function queryShareTokenRevocationFeed
queryShareTokenRevocationFeed
(
params
?:
{
sinceCursor
?:
string
|
null
;
limit
?:
number
;
retentionSeconds
?:
number
;
}
,
)
:
Promise
<
{
events
:
{
eventId
:
string
;
dashboardId
:
string
;
shareTokenVersion
:
number
;
revokedAt
:
string
;
}
[]
;
nextCursor
:
string
|
null
;
cursorExpired
:
boolean
;
}
,
>
Query revocation feed using cursor-based pagination with retention window.
Parameters
params
:
{
sinceCursor
?:
string
|
null
;
limit
?:
number
;
retentionSeconds
?:
number
}
= {}
Returns
Promise
<
{
events
:
{
eventId
:
string
;
dashboardId
:
string
;
shareTokenVersion
:
number
;
revokedAt
:
string
;
}
[]
;
nextCursor
:
string
|
null
;
cursorExpired
:
boolean
;
}
,
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
freeboard
Loading...
Query revocation feed using cursor-based pagination with retention window.