Skip to content

RegistrationParams

Defined in: packages/core/src/registration.ts:85

openidConfiguration: string

Defined in: packages/core/src/registration.ts:87

openid_configuration query param from the platform’s registration init.


optional registrationToken?: string | null

Defined in: packages/core/src/registration.ts:89

registration_token query param — a one-time bearer for the POST.


optional tenantId?: 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.