ActivityPlug API / @activityplug/server / AuthSessionStoreContractCase
Interface: AuthSessionStoreContractCase
Defined in: packages/server/src/auth/session-store-contract.ts:9
Properties
name
readonlyname:string
Defined in: packages/server/src/auth/session-store-contract.ts:10
run
readonlyrun: (options) =>Promise<void>
Defined in: packages/server/src/auth/session-store-contract.ts:11
Parameters
options
AuthSessionStoreContractOptions
Returns
Promise<void>