Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProctoringServiceRegistrationRequest

A request that the integration sends to register as an proctoring service provider.

An example request to register as a provider:

example

{
  type: 'proctoring-service:register',
  proctoringPlacementHandle: 'placement-handle',
}

Hierarchy

  • IProctoringServiceRegistrationRequest

Index

Properties

proctoringPlacementHandle

proctoringPlacementHandle: string

The proctoring placement unique handle. This should be the handle that was registered when creating the LTI placement.

type

type: "proctoring-service:register"

Generated using TypeDoc