Skip to content

ActivityPlug API / @activityplug/core / OAuthClientRegistrationInput

Interface: OAuthClientRegistrationInput

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

Properties

budget?

readonly optional budget?: BudgetScope

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

Reuses an already admitted public-operation budget without resetting it.


clientName

readonly clientName: string

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


redirectUris

readonly redirectUris: readonly string[]

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


scopes?

readonly optional scopes?: readonly string[]

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


website?

readonly optional website?: string

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