LTI1p1ProviderData

class LTI1p1ProviderData[source]

LTI1p1ProviderData(tenant_id: ‘str’, lms: “t.Literal[‘Canvas’, ‘Blackboard’, ‘Sakai’, ‘Thought Industries’, ‘Open edX’, ‘Moodle’, ‘BrightSpace’, ‘Populi’]”, lti_version: “t.Literal[‘lti1.1’]”, label: ‘Maybe[str]’ = Nothing)

tenant_id: str

The id of the tenant that will use this LMS

lms: Literal['Canvas', 'Blackboard', 'Sakai', 'Thought Industries', 'Open edX', 'Moodle', 'BrightSpace', 'Populi']

The LMS that will be used for this connection

lti_version: Literal['lti1.1']

Use LTI 1.1

label: Just[str] | _Nothing[str] = Nothing

Label for the LTI provider