ActivityPlug API / @activityplug/core / OAuthClientRegistration
Interface: OAuthClientRegistration
Defined in: packages/core/src/auth/types.ts:97
Properties
clientId
readonlyclientId:string
Defined in: packages/core/src/auth/types.ts:98
clientSecret?
readonlyoptionalclientSecret?:string
Defined in: packages/core/src/auth/types.ts:99
raw?
readonlyoptionalraw?:unknown
Defined in: packages/core/src/auth/types.ts:102
redirectUris
readonlyredirectUris: readonlystring[]
Defined in: packages/core/src/auth/types.ts:100
scopes?
readonlyoptionalscopes?: readonlystring[]
Defined in: packages/core/src/auth/types.ts:101