Skip to content

Type Alias: AuthorizationStore

ts
type AuthorizationStore = object;

Properties

actions

ts
actions: object;
NameType
get()(identifier, options) => | Promise<string | undefined> | string | undefined
set()(identifier, options, value) => void

identifier

ts
identifier: string;