You are here

simple_oauth.links.task.yml in Simple OAuth (OAuth2) & OpenID Connect 8.3

File

simple_oauth.links.task.yml
View source
  1. entity.consumer.collection:
  2. title: 'Clients'
  3. route_name: entity.consumer.collection
  4. description: 'List Clients'
  5. base_route: oauth2_token.settings
  6. # Access Token routing definition
  7. oauth2_token.settings_tab:
  8. route_name: oauth2_token.settings
  9. title: 'Settings'
  10. base_route: oauth2_token.settings
  11. entity.oauth2_token.collection:
  12. route_name: entity.oauth2_token.collection
  13. base_route: oauth2_token.settings
  14. title: 'Tokens'
  15. entity.oauth2_token.canonical:
  16. route_name: entity.oauth2_token.canonical
  17. base_route: entity.oauth2_token.canonical
  18. title: 'View'
  19. entity.oauth2_token.delete_form:
  20. route_name: entity.oauth2_token.delete_form
  21. base_route: entity.oauth2_token.canonical
  22. title: Delete
  23. weight: 10