ActivityPlug API / @activityplug/session-postgres / PostgresOAuthStateStoreFactoryOptions
Interface: PostgresOAuthStateStoreFactoryOptions
Defined in: oauth.ts:50
Properties
claimToken?
readonlyoptionalclaimToken?: () =>string
Defined in: oauth.ts:53
Returns
string
now?
readonlyoptionalnow?: () =>Date
Defined in: oauth.ts:52
Returns
Date
tableName?
readonlyoptionaltableName?:string
Defined in: oauth.ts:51