RegistrationParams
Defined in: packages/core/src/registration.ts:85
Properties
Section titled “Properties”openidConfiguration
Section titled “openidConfiguration”openidConfiguration:
string
Defined in: packages/core/src/registration.ts:87
openid_configuration query param from the platform’s registration init.
registrationToken?
Section titled “registrationToken?”
optionalregistrationToken?:string|null
Defined in: packages/core/src/registration.ts:89
registration_token query param — a one-time bearer for the POST.
tenantId?
Section titled “tenantId?”
optionaltenantId?:string|null
Defined in: packages/core/src/registration.ts:96
Optional multi-tenant owner key persisted with the platform (e.g. an org
id). Passed straight to MutablePlatformStore.save as Platform.tenantId.
tool:
RegistrationTool
Defined in: packages/core/src/registration.ts:91
The tool being registered.