Skip to content
Snippets Groups Projects
Commit 87ae2cbe authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

docstring

parent d423363b
No related branches found
No related tags found
1 merge request!24Put ZKAPs into and take ZKAPs out of a database
......@@ -111,6 +111,12 @@ class ZKAPAuthorizer(object):
def get_storage_client(self, node_config, announcement, get_rref):
"""
Create an ``IStorageClient`` that submits ZKAPs with certain requests in
order to authorize them. The ZKAPs are extracted from the database
managed by this plugin in the node directory that goes along with
``node_config``.
"""
return ZKAPAuthorizerStorageClient(
get_rref,
# TODO: Make the caller figure out the correct number of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment