Skip to content

Commit

Permalink
chore: clarified comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabass committed Aug 19, 2024
1 parent a057559 commit 622836a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ package bascule
// Capabilities do not make sense for all tokens, e.g. simple basic auth tokens.
type CapabilitiesAccessor interface {
// Capabilities returns the set of capabilities associated with this token.
// The exact format and application of capabilities is left up to specific
// implementations.
Capabilities() []string
}

Expand Down

0 comments on commit 622836a

Please sign in to comment.