Lti_1p3.Claims.LaunchPresentation (Lti 1p3 v0.10.0)

A struct representing the launch presentation claim in an LTI 1.3 request.

https://www.imsglobal.org/spec/lti/v1p3#launch-presentation-claim

Link to this section Summary

Functions

Create a new launch presentation claim.

Link to this section Types

@type t() :: %Lti_1p3.Claims.LaunchPresentation{
  document_target: String.t(),
  height: integer(),
  locale: String.t(),
  return_url: String.t(),
  width: integer()
}

Link to this section Functions

Link to this function

launch_presentation(opts \\ [])

Create a new launch presentation claim.