You are here

oauth2.inc in OAuth2 Server 7

File

plugins/authentication/oauth2.inc
View source
<?php

/**
 * @file
 * Plugin definition for the 'oauth2' RESTful authentication type.
 */
$plugin = array(
  'label' => t('OAuth2'),
  'description' => t('Authenticate requests based on OAuth2'),
  'name' => 'oauth2',
  'class' => 'OAuth2ServerRestfulAuthentication',
);