Home
last modified time | relevance | path

Searched refs:getScopesDelimiter (Results 1 – 1 of 1) sorted by relevance

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php79 $parameters['scope'] = implode($this->getScopesDelimiter(), $this->scopes);
345 protected function getScopesDelimiter() function in OAuth\\OAuth2\\Service\\AbstractService