From daf6ad263fdd945f4bc6261a23e2b7e6870f24f7 Mon Sep 17 00:00:00 2001 From: Bob Mulder Date: Wed, 1 Jun 2016 15:07:16 +0200 Subject: [PATCH] Update auth-server-refresh-token.md --- auth-server-refresh-token.md | 1 + 1 file changed, 1 insertion(+) diff --git a/auth-server-refresh-token.md b/auth-server-refresh-token.md index 169c8443..398d2962 100755 --- a/auth-server-refresh-token.md +++ b/auth-server-refresh-token.md @@ -13,6 +13,7 @@ Access tokens eventually expire; however some grants respond with a refresh toke The client sends a POST request with following body parameters to the authorization server: * `grant_type` with the value `refresh_token` +* `refresh_token` with the refresh token * `client_id` with the the client's ID * `client_secret` with the client's secret * `scope` with a space-delimited list of requested scope permissions. This is optional; if not sent the original scopes will be used, otherwise you can request a reduced set of scopes.