
Public Member Functions | |
| def | get |
| def | initialize |
| def | on_user |
Private Member Functions | |
| def | _oauth_consumer_token |
| def | _oauth_get_user |
Private Attributes | |
| _OAUTH_ACCESS_TOKEN_URL | |
| _OAUTH_AUTHORIZE_URL | |
| _OAUTH_REQUEST_TOKEN_URL | |
| _OAUTH_VERSION | |
Definition at line 45 of file auth_test.py.
| def tornado.test.auth_test.OAuth1ClientLoginHandler._oauth_consumer_token | ( | self | ) | [private] |
Definition at line 52 of file auth_test.py.
| def tornado.test.auth_test.OAuth1ClientLoginHandler._oauth_get_user | ( | self, | |
| access_token, | |||
| callback | |||
| ) | [private] |
Definition at line 69 of file auth_test.py.
Reimplemented in tornado.test.auth_test.OAuth1ClientLoginCoroutineHandler.
Definition at line 56 of file auth_test.py.
| def tornado.test.auth_test.OAuth1ClientLoginHandler.initialize | ( | self, | |
| test, | |||
| version | |||
| ) |
Definition at line 46 of file auth_test.py.
| def tornado.test.auth_test.OAuth1ClientLoginHandler.on_user | ( | self, | |
| user | |||
| ) |
Definition at line 64 of file auth_test.py.
Definition at line 46 of file auth_test.py.
Definition at line 46 of file auth_test.py.
Definition at line 46 of file auth_test.py.
Definition at line 46 of file auth_test.py.