simple_oauth_test.routing.yml in Simple OAuth (OAuth2) & OpenID Connect 8.4
Same filename and directory in other branches
tests/simple_oauth_test/simple_oauth_test.routing.yml
File
tests/simple_oauth_test/simple_oauth_test.routing.ymlView source
- oauth2_token.test_token:
- path: '/oauth/test'
- defaults:
- _controller: '\Drupal\simple_oauth_test\Controller\RedirectDebug::token'
- _title: 'Test Route'
- methods: [GET]
- requirements:
- _access: 'TRUE'