Skip to content

Commit

Permalink
BB2-3529: Doc updates for PKCE (Part 2) (#393)
Browse files Browse the repository at this point in the history
* Doc updates for PKCE

* Fix code_verifier example
  • Loading branch information
jimmyfagan authored Dec 5, 2024
1 parent 012fc62 commit 9be4189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ To retrieve an access token, POST to the BB2.0 /token endpoint providing the cod
~~~
curl -X POST "https://sandbox.bluebutton.cms.gov/v2/o/token/" \
-u "<client_id>:<client_secret>" \
-d "code=TSjqiZCdJwGyytGjz2GzziPfHTJ6z2&grant_type=authorization_code&redirect_uri=http://localhost:8080/testclient/callback"
-d "code=TSjqiZCdJwGyytGjz2GzziPfHTJ6z2&grant_type=authorization_code&redirect_uri=http://localhost:8080/testclient/callback&code_verifier=zlGzSLRQz6HrTpd3TvEraYoVPW2cknzu4tUk6wHaPFw"
~~~
##### Token response
~~~
Expand Down

0 comments on commit 9be4189

Please sign in to comment.