Ltix.LaunchContext (Ltix v0.1.0)

Copy Markdown View Source

Validated output of a successful LTI launch.

Access claim data through context.claims — for example, context.claims.roles, context.claims.resource_link.id, or context.claims.target_link_uri.

Fields

Summary

Types

t()

@type t() :: %Ltix.LaunchContext{
  claims: Ltix.LaunchClaims.t(),
  deployment: Ltix.Deployable.t(),
  registration: Ltix.Registerable.t()
}