ActivityPlug API / @activityplug/core / StoredAuthSession
Interface: StoredAuthSession
Defined in: packages/core/src/auth/types.ts:54
Extends
Properties
account?
readonlyoptionalaccount?:EntityRef<"account">
Defined in: packages/core/src/auth/types.ts:41
Inherited from
adapter
readonlyadapter:string&object|AdapterKind
Defined in: packages/core/src/auth/types.ts:38
Inherited from
capabilities
readonlycapabilities:AuthCapabilitySet
Defined in: packages/core/src/auth/types.ts:43
Inherited from
createdAt
readonlycreatedAt:string
Defined in: packages/core/src/auth/types.ts:57
expiresAt?
readonlyoptionalexpiresAt?:string
Defined in: packages/core/src/auth/types.ts:44
Inherited from
id
readonlyid:string
Defined in: packages/core/src/auth/types.ts:37
Inherited from
metadata?
readonlyoptionalmetadata?:Readonly<Record<string,unknown>>
Defined in: packages/core/src/auth/types.ts:61
origin
readonlyorigin:string
Defined in: packages/core/src/auth/types.ts:39
Inherited from
owner?
readonlyoptionalowner?:AuthSessionOwner
Defined in: packages/core/src/auth/types.ts:60
revision
readonlyrevision:number
Defined in: packages/core/src/auth/types.ts:55
scopes
readonlyscopes: readonlystring[]
Defined in: packages/core/src/auth/types.ts:42
Inherited from
storageExpiresAt?
readonlyoptionalstorageExpiresAt?:string
Defined in: packages/core/src/auth/types.ts:59
strategy
readonlystrategy:AuthStrategyKind
Defined in: packages/core/src/auth/types.ts:40
Inherited from
tokenSet
readonlytokenSet:TokenSet
Defined in: packages/core/src/auth/types.ts:56
updatedAt
readonlyupdatedAt:string
Defined in: packages/core/src/auth/types.ts:58