ActivityPlug API / @activityplug/core / OAuthClientRegistrationInput
Interface: OAuthClientRegistrationInput
Defined in: packages/core/src/auth/types.ts:88
Properties
budget?
readonlyoptionalbudget?:BudgetScope
Defined in: packages/core/src/auth/types.ts:94
Reuses an already admitted public-operation budget without resetting it.
clientName
readonlyclientName:string
Defined in: packages/core/src/auth/types.ts:89
redirectUris
readonlyredirectUris: readonlystring[]
Defined in: packages/core/src/auth/types.ts:90
scopes?
readonlyoptionalscopes?: readonlystring[]
Defined in: packages/core/src/auth/types.ts:91
website?
readonlyoptionalwebsite?:string
Defined in: packages/core/src/auth/types.ts:92