BoundedAuthorityProtocol.V1.GrantFacts (Bounded Authority Protocol v0.1.2)

Copy Markdown View Source

Closed value-bearing, redacted, non-authorizing verified grant facts.

Summary

Types

t()

@type t() :: %BoundedAuthorityProtocol.V1.GrantFacts{
  authorization: :not_evaluated,
  expires_at: integer(),
  grant_id: binary(),
  holder_thumbprint: binary(),
  issued_at: integer(),
  issuer: binary(),
  issuer_key_fingerprint: binary(),
  matched_audience: binary(),
  not_before: integer(),
  version: 1
}