invocation: fix proof documentation
This commit is contained in:
@@ -76,8 +76,9 @@ type Token struct {
|
|||||||
// The Command's arguments
|
// The Command's arguments
|
||||||
arguments *args.Args
|
arguments *args.Args
|
||||||
// CIDs of the delegation.Token that prove the chain of authority
|
// CIDs of the delegation.Token that prove the chain of authority
|
||||||
// They need to form a strictly linear chain, and being ordered starting from the root Delegation (issued by the Subject),
|
// They need to form a strictly linear chain, and being ordered starting from the
|
||||||
// in a strict sequence where the aud of the previous Delegation matches the iss of the next Delegation.
|
// leaf Delegation (with aud matching the invocation's iss), in a strict sequence
|
||||||
|
// where the iss of the previous Delegation matches the aud of the next Delegation.
|
||||||
proof []cid.Cid
|
proof []cid.Cid
|
||||||
// Arbitrary Metadata
|
// Arbitrary Metadata
|
||||||
meta *meta.Meta
|
meta *meta.Meta
|
||||||
|
|||||||
Reference in New Issue
Block a user