function feeds_oauth_feeds_oauth_authenticator in Feeds OAuth 6
Same name and namespace in other branches
- 7 feeds_oauth.module \feeds_oauth_feeds_oauth_authenticator()
Implementation of hook_feeds_oauth_authenticator().
File
- ./
feeds_oauth.module, line 137
Code
function feeds_oauth_feeds_oauth_authenticator() {
return array(
'feeds_oauth_get_tokens' => 'Feeds OAuth',
);
}