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

Copy Markdown View Source

Closed bounded decoded grant with explicitly unevaluated verification.

Summary

Types

t()

@type t() :: %BoundedAuthorityProtocol.V1.DecodedGrant{
  audiences: [binary()],
  expires_at: integer(),
  grant_id: binary(),
  holder_thumbprint: binary(),
  issued_at: integer(),
  issuer: binary(),
  key_id: binary(),
  not_before: integer(),
  operations: [BoundedAuthorityProtocol.V1.Operation.t()],
  verification: :not_evaluated,
  version: 1
}