diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-05 20:14:25 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-05 20:14:25 +0200 |
| commit | 97895f871d1e2bd168e4bfb29d61472a44d3b0e9 (patch) | |
| tree | bbdc93a8a357c5b05d76874a5c2aa528fecadeee /docs/tutorials/wiki2/authorization.rst | |
| parent | 2b164460337dd655f9aebb25a10e6f0f35363656 (diff) | |
| download | pyramid-97895f871d1e2bd168e4bfb29d61472a44d3b0e9.tar.gz pyramid-97895f871d1e2bd168e4bfb29d61472a44d3b0e9.tar.bz2 pyramid-97895f871d1e2bd168e4bfb29d61472a44d3b0e9.zip | |
no need to display the entire path
Diffstat (limited to 'docs/tutorials/wiki2/authorization.rst')
| -rw-r--r-- | docs/tutorials/wiki2/authorization.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/authorization.rst b/docs/tutorials/wiki2/authorization.rst index d98fb87e4..ff269ef6b 100644 --- a/docs/tutorials/wiki2/authorization.rst +++ b/docs/tutorials/wiki2/authorization.rst @@ -156,7 +156,7 @@ auth ticket that may be included in the request, and an ``ACLAuthorizationPolicy`` that uses an ACL to determine the allow or deny outcome for a view. -Note that the :class:`pyramid.authentication.AuthTktAuthenticationPolicy` +Note that the :class:`~pyramid.authentication.AuthTktAuthenticationPolicy` constructor accepts two arguments: ``secret`` and ``callback``. ``secret`` is a string representing an encryption key used by the "authentication ticket" machinery represented by this policy: it is required. The ``callback`` is the |
