Skip to content

ActivityPlug API / @activityplug/server / AuthSessionStoreContractCase

Interface: AuthSessionStoreContractCase

Defined in: packages/server/src/auth/session-store-contract.ts:9

Properties

name

readonly name: string

Defined in: packages/server/src/auth/session-store-contract.ts:10


run

readonly run: (options) => Promise<void>

Defined in: packages/server/src/auth/session-store-contract.ts:11

Parameters

options

AuthSessionStoreContractOptions

Returns

Promise<void>