diff options
| author | Kyle <kyle@gumstix.com> | 2013-07-19 14:51:21 -0700 |
|---|---|---|
| committer | Kyle <kyle@gumstix.com> | 2013-07-19 15:06:42 -0700 |
| commit | b1a902c822c869da8a465e4fe472bd29075fc7a9 (patch) | |
| tree | 4f7094b676a75de7d40c92c7a41b67b4d441161a /docs | |
| parent | 967b6c425a7b9572753bf451e1e4b5fe535c2566 (diff) | |
| download | oauthlib-b1a902c822c869da8a465e4fe472bd29075fc7a9.tar.gz | |
Made sure all endpoints used the self._create_request() method and referred to request.resource_owner_key instead of request.oauth_token
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/oauth1/server.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oauth1/server.rst b/docs/oauth1/server.rst index d1616c4..cb00257 100644 --- a/docs/oauth1/server.rst +++ b/docs/oauth1/server.rst @@ -66,7 +66,7 @@ The client interested in accessing protected resources. client_secret = sqlalchemy.Column(sqlalchemy.String) -**Cient public key**: +**Client public key**: Required for RSA-SHA1. The public key used to verify the signature of requests signed by the clients private key:: |
