Skip to content

Commit

Permalink
Update shared_secret.md (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
valdian authored Sep 17, 2024
1 parent e00209c commit 5149352
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ POST /connect/token
Content-type: application/x-www-form-urlencoded
Authorization: Basic xxxxx
client_id=client1&
client_secret=secret&
grant_type=authorization_code&
code=hdh922&
redirect_uri=https://myapp.com/callback
Expand All @@ -85,4 +83,4 @@ var response = await client.RequestAuthorizationCodeTokenAsync(new Authorization
Code = "...",
CodeVerifier = "...",
RedirectUri = "https://app.com/callback"
});
});

0 comments on commit 5149352

Please sign in to comment.