From 4404e8da19562a740223380727d320454aa63616 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Thu, 19 May 2016 13:21:04 +0100 Subject: [PATCH] Update auth-server-auth-code.md --- auth-server-auth-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-server-auth-code.md b/auth-server-auth-code.md index 3079d4d3..6226d6ff 100755 --- a/auth-server-auth-code.md +++ b/auth-server-auth-code.md @@ -37,7 +37,7 @@ The client will now send a POST request to the authorization server with the fol * `client_id` with the client identifier * `client_secret` with the client secret * `redirect_uri` with the same redirect URI the user was redirect back to -* `code` with the authorization code from the query string (remember to url decode it first) +* `code` with the authorization code from the query string **(remember to url decode it first)** The authorization server will respond with a JSON object containing the following properties: