BoundedAuthorityProtocol.V1.SigningInput (Bounded Authority Protocol v0.3.0)

Copy Markdown View Source

Closed deterministic standard-JWS signing input.

Summary

Types

t()

@type t() :: %BoundedAuthorityProtocol.V1.SigningInput{
  kind:
    :grant
    | :proof
    | :local_loopback_http_proof
    | :boundary_anchor
    | :key_transition,
  message: binary(),
  payload_segment: binary(),
  protected_segment: binary()
}