Skip to main content

Interface: PostgresdbOAuthStores

Defined in: packages/auth-postgresdb/src/createPostgresdbOAuthStores.ts:17

The durable OAuth stores returned by createPostgresdbOAuthStores.

Properties

authCodeStore

authCodeStore: AuthCodeStore

Defined in: packages/auth-postgresdb/src/createPostgresdbOAuthStores.ts:21

Single-use authorization codes, stored by hash.


clientStore

clientStore: ClientStore

Defined in: packages/auth-postgresdb/src/createPostgresdbOAuthStores.ts:19

Dynamic client registrations, for createOAuthHandlers.


consentStore

consentStore: PostgresdbConsentStore

Defined in: packages/auth-postgresdb/src/createPostgresdbOAuthStores.ts:23

Consent handoff records for createRedirectConsentOnAuthorize.


refreshTokenStore

refreshTokenStore: RefreshTokenStore

Defined in: packages/auth-postgresdb/src/createPostgresdbOAuthStores.ts:25

Tracked refresh tokens, for createRefreshRotation.