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

A struct representing the context claim in an LTI 1.3 request.

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

Link to this section Summary

Functions

Create a new context claim.

Link to this section Types

@type t() :: %Lti_1p3.Claims.Context{
  id: String.t(),
  label: String.t(),
  title: String.t(),
  type: String.t()
}

Link to this section Functions

Link to this function

context(id, opts \\ [])

Create a new context claim.