Skip to content

ActivityPlug API / @activityplug/session-postgres / PostgresOAuthStateStoreFactoryOptions

Interface: PostgresOAuthStateStoreFactoryOptions

Defined in: oauth.ts:50

Properties

claimToken?

readonly optional claimToken?: () => string

Defined in: oauth.ts:53

Returns

string


now?

readonly optional now?: () => Date

Defined in: oauth.ts:52

Returns

Date


tableName?

readonly optional tableName?: string

Defined in: oauth.ts:51