ccdbeae7385c1d677046dbc88e4a448d6fe57a58
[yaffs-website] / rest_test.services.yml
1 services:
2   rest_test.authentication.test_auth:
3     class: Drupal\rest_test\Authentication\Provider\TestAuth
4     tags:
5       - { name: authentication_provider, provider_id: 'rest_test_auth' }
6   rest_test.authentication.test_auth_global:
7     class: Drupal\rest_test\Authentication\Provider\TestAuthGlobal
8     tags:
9       - { name: authentication_provider, provider_id: 'rest_test_auth_global', global: TRUE }