You are here

google.inc in OpenID Connect / OAuth client 7

File

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

/**
 * @file
 * Provides an OpenID Connect client plugin for Google.
 */
$plugin = array(
  'title' => t('Google'),
  'class' => 'OpenIDConnectClientGoogle',
);