commit | b6943e00d7d7c1bab364b235f5f7551ca7c0ef50 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Thu Aug 28 14:21:41 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Fri Aug 29 12:56:32 2014 -0400 |
tree | 640d86e11bdd8ae16cefdea788dc373362ac77a0 | |
parent | 85d8265faaa1fbde4e7383ca5adf7e5a69407b7d [diff] [blame] |
TokenID(), not GetTokenID().
diff --git a/auth_results.go b/auth_results.go index c8e7a55..1e501ae 100644 --- a/auth_results.go +++ b/auth_results.go
@@ -7,5 +7,5 @@ type AuthResults interface { // Retrieve the authentication token's value from the authentication response. - GetTokenID() (string, error) + TokenID() (string, error) }