You are here

generic.inc in OpenID Connect / OAuth client 7

File

plugins/openid_connect_client/generic/generic.inc
View source
<?php

/**
 * @file
 * Provides a generic OpenID Connect client plugin.
 *
 * Used primarily to login to Drupal sites powered by oauth2_server or PHP
 * sites powered by oauth2-server-php.
 */
$plugin = array(
  'title' => t('Generic'),
  'class' => 'OpenIDConnectClientGeneric',
);