BoundedAuthorityProtocol. V1. DecodedGrant
(Bounded Authority Protocol v0.1.1)
Copy Markdown
View Source
Closed bounded decoded grant with explicitly unevaluated verification.
Summary
Types
@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 }