Lti_1p3.Tool.MessageValidator protocol (Lti 1p3 v0.10.0)

Link to this section Summary

Types

t()

All the types that implement this protocol.

Link to this section Types

@type t() :: term()

All the types that implement this protocol.

Link to this section Functions

Link to this function

can_validate(jwt_body)

@spec can_validate(any()) :: boolean()
Link to this function

validate(jwt_body)

@spec validate(any()) :: {:ok} | {:error, String.t()}