LTI1p3ProviderData

class LTI1p3ProviderData[source]

LTI1p3ProviderData(tenant_id: ‘str’, iss: ‘str’, lms: “t.Literal[‘Canvas’, ‘Blackboard’, ‘Moodle’, ‘Brightspace’, ‘Revel’, ‘XL’, ‘Bronte’]”, lti_version: “t.Literal[‘lti1.3’]”, label: ‘Maybe[str]’ = Nothing)

tenant_id: str

The id of the tenant that will use this LMS

iss: str

The iss of the new provider

lms: Literal['Canvas', 'Blackboard', 'Moodle', 'Brightspace', 'Revel', 'XL', 'Bronte']

The LMS that will be used for this connection

lti_version: Literal['lti1.3']

Use LTI 1.3

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

Label for the LTI provider