You are here

GoogleAuthInterface.php in Social Auth Google 8.2

Same filename and directory in other branches
  1. 3.x src/Plugin/Network/GoogleAuthInterface.php

File

src/Plugin/Network/GoogleAuthInterface.php
View source
<?php

namespace Drupal\social_auth_google\Plugin\Network;

use Drupal\social_auth\Plugin\Network\NetworkInterface;

/**
 * Defines the Google Auth interface.
 */
interface GoogleAuthInterface extends NetworkInterface {

}

Interfaces

Namesort descending Description
GoogleAuthInterface Defines the Google Auth interface.