You are here

service simple_oauth.known_clients in Simple OAuth (OAuth2) & OpenID Connect 8.4

Same name and namespace in other branches
  1. 8.3 simple_oauth.services.yml \simple_oauth.known_clients
  2. 5.x simple_oauth.services.yml \simple_oauth.known_clients

Class

\Drupal\simple_oauth\KnownClientsRepository
3 string references to simple_oauth.known_clients
Oauth2AuthorizeController::create in src/Controller/Oauth2AuthorizeController.php
Instantiates a new instance of this class.
Oauth2AuthorizeController::redirectToCallback in src/Controller/Oauth2AuthorizeController.php
Generates a redirection response to the consumer callback.
Oauth2AuthorizeForm::create in src/Controller/Oauth2AuthorizeForm.php
Instantiates a new instance of this class.

File

./simple_oauth.services.yml
simple_oauth.services.yml

View source
  1. class: \Drupal\simple_oauth\KnownClientsRepository
  2. arguments:
  3. - '@user.data'