Error text corrections and minor refactoring

This commit is contained in:
vishalnayak
2016-03-08 22:27:24 -05:00
parent edfba16e95
commit 7b996523cd
3 changed files with 19 additions and 31 deletions

View File

@@ -38,7 +38,7 @@ type Auth struct {
// to perform management functionalities (especially revocation) when
// ClientToken in the audit logs are obfuscated. AccessorID can be used
// to revoke a ClientToken and to lookup the capabilities of the ClientToken,
// all without actually knowing the ClientToken.
// both without actually knowing the ClientToken.
AccessorID string
}