You are here

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

File

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