public function Oauth2ClientPluginInterface::getScopeSeparator in OAuth2 Client 8.3
Same name and namespace in other branches
- 8.2 src/Plugin/Oauth2Client/Oauth2ClientPluginInterface.php \Drupal\oauth2_client\Plugin\Oauth2Client\Oauth2ClientPluginInterface::getScopeSeparator()
Get the separator used to join the scopes in the OAuth2 query string.
Return value
string|null The scopes separator to join the list of scopes in the query string.
1 method overrides Oauth2ClientPluginInterface::getScopeSeparator()
- Oauth2ClientPluginBase::getScopeSeparator in src/
Plugin/ Oauth2Client/ Oauth2ClientPluginBase.php - Get the separator used to join the scopes in the OAuth2 query string.
File
- src/
Plugin/ Oauth2Client/ Oauth2ClientPluginInterface.php, line 106
Class
- Oauth2ClientPluginInterface
- Interface for Oauth2 Client plugins.
Namespace
Drupal\oauth2_client\Plugin\Oauth2ClientCode
public function getScopeSeparator();