BoundedAuthorityProtocol.V1.Grant (Bounded Authority Protocol v0.1.1)

Copy Markdown View Source

Closed deterministic grant producer input.

Summary

Types

t()

@type t() :: %BoundedAuthorityProtocol.V1.Grant{
  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()]
}