You are here

service w3c.authentication.token_auth in W3C Validator 8

Class

Drupal\w3c_validator\Authentication\Provider\W3CTokenAuth

Tags

  • authentication_provider

File

./w3c_validator.services.yml
w3c_validator.services.yml

View source
  1. class: Drupal\w3c_validator\Authentication\Provider\W3CTokenAuth
  2. arguments:
  3. - '@w3c.token'
  4. - '@logger.channel.w3c_validator'
  5. tags:
  6. - { name: authentication_provider, provider_id: token_auth, priority: 0, global: true }