NonFinalizedLTI1p3Provider¶
- class NonFinalizedLTI1p3Provider[source]¶
A non finalized LTI 1.3 provider as JSON.
- key_set_url: str | None¶
The url where we can download the keyset of the LMS, if already configured.
- public_jwk: Mapping[str, str]¶
The public JWK for this provider, this should be provided to the LMS.
- edit_secret: str | None¶
If you have the permission to edit this provider this will be a key with which you can do that.
- lms: Literal['Blackboard', 'Brightspace', 'Bronte', 'Canvas', 'Moodle', 'Revel', 'XL']¶
The LMS that is connected as this LTI provider.
- capabilities: LMSCapabilities¶
The capabilities of this LMS
- presentation: LTI1p3ProviderPresentationAsJSON¶
Presentational settings for this provider.