Skip to content

ActivityPlug API / @activityplug/core / OAuthCodeExchangeInput

Interface: OAuthCodeExchangeInput

Defined in: packages/core/src/auth/types.ts:122

Properties

client

readonly client: OAuthClientRegistration

Defined in: packages/core/src/auth/types.ts:123


code

readonly code: string

Defined in: packages/core/src/auth/types.ts:124


codeVerifier?

readonly optional codeVerifier?: string

Defined in: packages/core/src/auth/types.ts:126


redirectUri

readonly redirectUri: string

Defined in: packages/core/src/auth/types.ts:125


state?

readonly optional state?: string

Defined in: packages/core/src/auth/types.ts:127