BoundedAuthorityProtocol.V1.ExpectedGrant (Bounded Authority Protocol v0.1.0)

Copy Markdown View Source

Explicit expected context for standalone raw-grant verification.

Summary

Types

t()

@type t() :: %BoundedAuthorityProtocol.V1.ExpectedGrant{
  audience: binary(),
  bounds: BoundedAuthorityProtocol.V1.Bounds.t() | map(),
  clock_skew: non_neg_integer(),
  evaluation_time: integer(),
  issuer: binary()
}