You are here

function feeds_oauth_feeds_oauth_authenticator in Feeds OAuth 7

Same name and namespace in other branches
  1. 6 feeds_oauth.module \feeds_oauth_feeds_oauth_authenticator()

Implements hook_feeds_oauth_authenticator().

File

./feeds_oauth.module, line 311
The module file.

Code

function feeds_oauth_feeds_oauth_authenticator() {
  return array(
    'feeds_oauth_get_tokens' => 'Feeds OAuth',
  );
}