commit | d7c4886f9c53df1cb8875accd31a2a8ff8f86652 | [log] [tgz] |
---|---|---|
author | Jon Perritt <jrperritt@gmail.com> | Mon Feb 16 11:25:04 2015 -0700 |
committer | Jon Perritt <jrperritt@gmail.com> | Mon Feb 16 11:25:04 2015 -0700 |
tree | f02a57ff20971324bd9f24d5f37308aa10d32de3 | |
parent | f4052c6e3415e6453dff01a15a39417b94844d62 [diff] |
update AllowReauth comment
diff --git a/auth_options.go b/auth_options.go index 19ce5d4..9819e45 100644 --- a/auth_options.go +++ b/auth_options.go
@@ -42,7 +42,5 @@ // re-authenticate automatically if/when your token expires. If you set it to // false, it will not cache these settings, but re-authentication will not be // possible. This setting defaults to false. - // - // This setting is speculative and is currently not respected! AllowReauth bool }