You are here

Functions in OAuth 1.0 6

Primary tabs

Namesort descending Location Description Direct uses Strings
oauth_access_token ./oauth.module 1
oauth_authorize_access ./oauth.module Authorize access from access token
oauth_authorize_request_token ./oauth.module Authorize a request token 1
oauth_auth_token ./oauth.module Authorize a request token. 1
oauth_cron ./oauth.module Implementation of hook_cron
oauth_generate_consumer ./oauth.module Generate a new consumer ID for a user. 1
oauth_get_consumer ./oauth.module Return consumer object for a user 1
oauth_grant_access ./oauth.module Form callback for granting access to the consumer 1
oauth_grant_access_submit ./oauth.module Asks users for granting proper access/deny permissions for different services
oauth_install ./oauth.install
oauth_menu ./oauth.module Implementation of hook_menu
oauth_perm ./oauth.module Implementation of hook_perm
oauth_request_call ./oauth.module 1
oauth_request_call_submit ./oauth.module
oauth_request_call_validate ./oauth.module
oauth_request_token ./oauth.module Generate a request token from the request 1
oauth_save_consumer ./oauth.module Save consumer record to oauth_consumer table 1
oauth_schema ./oauth.install
oauth_services ./oauth.module
oauth_test_calls ./oauth.module this function is to make test calls to any oauth server for producing oauth tokens corresponding to your keys and secret 1
oauth_uninstall ./oauth.install
oauth_user ./oauth.module Implementation of hook_user
_oauth_init_server ./oauth.module Initialize and store an OAuthServer object. 3

Other projects