diff --git a/client/client.go b/client/client.go index b8775d5a440..b1765a98b35 100644 --- a/client/client.go +++ b/client/client.go @@ -116,7 +116,7 @@ type AuthData interface { // "membership" might return a list of strings. GetAttribute(string) any - // GetAttributes returns the names of all attributes in this authentication + // GetAttributeNames returns the names of all attributes in this authentication // data. GetAttributeNames() []string }