package ru.oa2.lti.service.jwt;
/*
"https://purl.imsglobal.org/spec/lti/claim/launch_presentation" : {
"document_target" : "iframe"
},
*/
public record LaunchPresentation(
String documentTarget
) {
}