LtiDynamicRegistration
Defined in: packages/core/src/lti.ts:80
Dynamic Registration namespace on the Lti instance.
Methods
Section titled “Methods”register()
Section titled “register()”register(
params):Promise<RegistrationResult>
Defined in: packages/core/src/lti.ts:86
Run the OIDC dynamic-registration handshake and persist the new platform.
Requires a MutablePlatformStore — throws RegistrationError at call time
if the configured PlatformStore is read-only.
Parameters
Section titled “Parameters”params
Section titled “params”Returns
Section titled “Returns”Promise<RegistrationResult>