Lti_1p3.Claims.Claim protocol (Lti 1p3 v0.7.0)

Link to this section Summary

Types

t()

All the types that implement this protocol.

Functions

Returns the key for a given claim

Returns the value for a given claim

Link to this section Types

@type t() :: term()

All the types that implement this protocol.

Link to this section Functions

Returns the key for a given claim

examples

Examples

iex> get_key(%Lti_1p3.Claims.Claim{})
"https://purl.imsglobal.org/spec/lti/claim/some_claim"
Link to this function

get_value(claim)

Returns the value for a given claim