oauth2-server/_data/menu.yml
Alex Bilbie d383bc1d29 Checkin
2016-03-15 20:33:44 +00:00

31 lines
1.2 KiB
YAML

Getting Started:
Introduction: '/'
Terminology: '/terminology/'
Installation: '/installation/'
Framework Integrations: '/framework-integrations/'
Authorization Server:
'Which grant?': '/authorization-server/which-grant/'
'Client Credentials Grant': '/authorization-server/client-credentials-grant/'
'Password Grant': '/authorization-server/resource-owner-password-credentials-grant/'
'Authorization Code Grant': '/authorization-server/auth-code-grant/'
'Implict Grant': '/authorization-server/auth-code-grant/'
'Refresh Token Grant': '/authorization-server/refresh-token-grant/'
'Custom grants': '/authorization-server/custom-grants/'
'Events': '/authorization-server/events/'
Resource Server:
'Securing your API': '/resource-server/securing-your-api/'
Response Types:
'Bearer Token Response': '/'
'MAC Token Response': '/'
'Custom Response': '/'
Middleware:
'TODO': '/'
Respository Interfaces:
'Access Token Repository Interface': '/'
'Client Repository Interface': '/'
'Refresh Token Repository Interface': '/'
'Scope Repository Interface': '/'
'Auth Code Repository Interface': '/'
'User Repository Interface': '/'
'Mac Token Interface': '/'