Lti_1p3.Claims.Vendor (Lti 1p3 v0.8.0)

A struct representing a vender extension claim in an LTI 1.3 request.

https://www.imsglobal.org/spec/lti/v1p3#vendor-specific-extension-claims

Link to this section Summary

Functions

Create a new vendor extension claim.

Link to this section Types

@type t() :: %Lti_1p3.Claims.Vendor{
  value: String.t() | %{required(String.t()) => String.t()},
  vendor: String.t()
}

Link to this section Functions

Link to this function

vendor(vendor, value)

Create a new vendor extension claim.