ActivityPlug API / @activityplug/session-postgres / PostgresOAuthStateStoreOptions
Interface: PostgresOAuthStateStoreOptions
Defined in: oauth.ts:37
Properties
claimToken?
readonlyoptionalclaimToken?: () =>string
Defined in: oauth.ts:41
Returns
string
now?
readonlyoptionalnow?: () =>Date
Defined in: oauth.ts:40
Returns
Date
pool
readonlypool:PostgresTransactionPool
Defined in: oauth.ts:38
tableName?
readonlyoptionaltableName?:string
Defined in: oauth.ts:39