public function Oauth2ClientPluginInterface::getUsername in OAuth2 Client 8.2
Retrieves the username for the account to authenticate with.
Return value
string The username of the account to authenticate with.
1 method overrides Oauth2ClientPluginInterface::getUsername()
- Oauth2ClientPluginBase::getUsername in src/
Plugin/ Oauth2Client/ Oauth2ClientPluginBase.php - Retrieves the username for the account to authenticate with.
File
- src/
Plugin/ Oauth2Client/ Oauth2ClientPluginInterface.php, line 111
Class
- Oauth2ClientPluginInterface
- Interface for Oauth2 Client plugins.
Namespace
Drupal\oauth2_client\Plugin\Oauth2ClientCode
public function getUsername();