Skip to content

Commit

Permalink
docs: adjusted @see link typo on code exchange method
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBrittoDev committed Sep 18, 2024
1 parent 7ffdf4e commit 35d86e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Contract/API/AuthenticationInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public function clientCredentials(
* @throws ConfigurationException when a redirect uri is not configured
* @throws NetworkException when the API request fails due to a network error
*
* @see https://auth0.com/docs/api/authentication#authorization-code-flow45
* @see https://auth0.com/docs/api/authentication#authorization-code-flow-with-pkce46
* @see https://auth0.com/docs/api/authentication#authorization-code-flow
* @see https://auth0.com/docs/api/authentication#authorization-code-flow-with-pkce
*/
public function codeExchange(
string $code,
Expand Down

0 comments on commit 35d86e0

Please sign in to comment.