commit | 1f218c8cf1cd9622a15474824a442c3b396ee926 | [log] [tgz] |
---|---|---|
author | jrperritt <jrperritt@gmail.com> | Wed Jul 29 08:54:18 2015 -0600 |
committer | jrperritt <jrperritt@gmail.com> | Wed Jul 29 08:54:18 2015 -0600 |
tree | 10b80e6e5d18b8bf7465020a05efbef453e7a0f7 | |
parent | 475668ac5e8c6da13f0323230ac7d6b24c8b0ebb [diff] [blame] |
rename var: authopts.Token -> authopts.TokenID
diff --git a/auth_options.go b/auth_options.go index efa5961..d26e16a 100644 --- a/auth_options.go +++ b/auth_options.go
@@ -44,7 +44,7 @@ // possible. This setting defaults to false. AllowReauth bool - // Token allows users to authenticate (possibly as another user) with an - // authentication token. - Token string + // TokenID allows users to authenticate (possibly as another user) with an + // authentication token ID. + TokenID string }