From 72e0d69d06f8f1568b89eff363ec443f7913776f Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Thu, 24 Mar 2016 16:12:12 +0000 Subject: [PATCH] Updated access token repository interface docs --- _data/menu.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_data/menu.yml b/_data/menu.yml index 6e1700d8..1873b0e5 100644 --- a/_data/menu.yml +++ b/_data/menu.yml @@ -18,9 +18,8 @@ Authorization Server: Resource Server: 'Securing your API': '/resource-server/securing-your-api/' Respository Interfaces: - 'Access Token Repository Interface': '/a' 'Client Repository Interface': '/a' 'Refresh Token Repository Interface': '/a' 'Scope Repository Interface': '/a' 'Auth Code Repository Interface': '/a' - 'User Repository Interface': '/a' \ No newline at end of file + 'User Repository Interface': '/a' 'Access Token Repository Interface': '/access-token-repository-interface/'