ui/admin_sessions_state.svelte.ts

Reactive state for admin session overview.

Declarations
#

view source

AdminSessionsState
#

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 string
returns Promise<void>

revoke_all_tokens_for_account

type (account_id: string): Promise<void>

account_id
type string
returns Promise<void>

Depends on
#

Imported by
#