Tres Seaver
2010-10-01 924f24fd8a190e4792ce3fcd1aad3c2695d7ff25
repoze/who/interfaces.py
@@ -65,6 +65,17 @@
          "forget" headers.
        """
    def logout(identifier_name=None):
        """ -> (headers)
        o This is an API for browser-based application logout.
        o If 'identifier_name' is passed, use it to look up the identifier;
          othewise, use the first configured identifier.
        o Returned headers will be "forget" headers.
        """
class IPlugin(Interface):
    pass