GoogleAuthInterface.php in Social Auth Google 3.x
Same filename and directory in other branches
Namespace
Drupal\social_auth_google\Plugin\NetworkFile
src/Plugin/Network/GoogleAuthInterface.phpView 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
Name | Description |
---|---|
GoogleAuthInterface | Defines the Google Auth interface. |