You are here

service authentication.services_api_key_auth in Services API Key Authentication 8

Same name and namespace in other branches
  1. 8.2 services_api_key_auth.services.yml \authentication.services_api_key_auth
  2. 3.0.x services_api_key_auth.services.yml \authentication.services_api_key_auth
  3. 2.0.x services_api_key_auth.services.yml \authentication.services_api_key_auth

Class

Drupal\services_api_key_auth\Authentication\Provider\ApiKeyAuth

Tags

  • authentication_provider

File

./services_api_key_auth.services.yml
services_api_key_auth.services.yml

View source
  1. class: Drupal\services_api_key_auth\Authentication\Provider\ApiKeyAuth
  2. arguments:
  3. - '@config.factory'
  4. - '@entity.manager'
  5. tags:
  6. - { name: authentication_provider, provider_id: api_key_auth, priority: 100 }