Skip to content

ActivityPlug API / @activityplug/core / OAuthClientRegistration

Interface: OAuthClientRegistration

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

Properties

clientId

readonly clientId: string

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


clientSecret?

readonly optional clientSecret?: string

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


raw?

readonly optional raw?: unknown

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


redirectUris

readonly redirectUris: readonly string[]

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


scopes?

readonly optional scopes?: readonly string[]

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