commit | 95b74c8b4e9c0491b89dfb0b317ec1175de071b9 | [log] [tgz] |
---|---|---|
author | jrperritt <jrperritt@gmail.com> | Tue Jul 28 20:39:27 2015 -0600 |
committer | jrperritt <jrperritt@gmail.com> | Tue Jul 28 20:39:27 2015 -0600 |
tree | 483a0556d403e22c0042edae03819e1d8bbb8914 | |
parent | f64c3492701a2a79dd3a13d295ddd0f551204ebb [diff] [blame] |
allow token/tenantID authentication
diff --git a/auth_options.go b/auth_options.go index 9819e45..efa5961 100644 --- a/auth_options.go +++ b/auth_options.go
@@ -43,4 +43,8 @@ // false, it will not cache these settings, but re-authentication will not be // possible. This setting defaults to false. AllowReauth bool + + // Token allows users to authenticate (possibly as another user) with an + // authentication token. + Token string }