commit | 659e14b849e32579d981e64f50d91a84393dfc0e | [log] [tgz] |
---|---|---|
author | Samuel A. Falvo II <sam.falvo@rackspace.com> | Tue Jul 16 12:04:54 2013 -0700 |
committer | Samuel A. Falvo II <sam.falvo@rackspace.com> | Tue Jul 16 12:04:54 2013 -0700 |
tree | 622650ab135fa05f8a44788efa931b86c6f1df83 | |
parent | 2f50b144054ea924f1b548de0211f5cd61085900 [diff] [blame] |
Add early acceptance test for reauthentication.
diff --git a/authenticate.go b/authenticate.go index 8b87e44..7665304 100644 --- a/authenticate.go +++ b/authenticate.go
@@ -139,3 +139,8 @@ func (a *Access) AuthToken() string { return a.Token.Id } + +// See AccessProvider interface definition for details. +func (a *Access) Revoke(tok string) error { + return nil +}