You are here

service oauth2_client.service in OAuth2 Client 8.3

Same name and namespace in other branches
  1. 8.2 oauth2_client.services.yml \oauth2_client.service

Class

%oauth2_client.service.class%
1 string reference to oauth2_client.service
Oauth2ClientPluginConfigForm::create in src/Form/Oauth2ClientPluginConfigForm.php
Instantiates a new instance of this class.

File

./oauth2_client.services.yml
oauth2_client.services.yml

View source
  1. class: '%oauth2_client.service.class%'
  2. arguments:
  3. - '@oauth2_client.plugin_manager'
  4. - '@state'
  5. - '@oauth2_client.service.grant.authorization_code'
  6. - '@oauth2_client.service.grant.client_credentials'
  7. - '@oauth2_client.service.grant.refresh_token'
  8. - '@oauth2_client.service.grant.resource_owner'
  9. - '@tempstore.private'