ui/admin_sessions_state.svelte.ts view source
inheritance
extends:
sessions
type Array<AdminSessionJson>
revoking_account_ids
type SvelteSet<string>
readonly
revoking_token_account_ids
type SvelteSet<string>
readonly
active_count
readonly
fetch
type (): Promise<void>
returns
Promise<void>revoke_all_for_account
type (account_id: string): Promise<void>
account_id
type
stringreturns
Promise<void>revoke_all_tokens_for_account
type (account_id: string): Promise<void>
account_id
type
stringreturns
Promise<void>