From 35d86e0ac9d9d818b902812710a96a5f46c8fb26 Mon Sep 17 00:00:00 2001 From: Gabriel Britto Date: Wed, 18 Sep 2024 15:51:32 -0300 Subject: [PATCH] docs: adjusted @see link typo on code exchange method --- src/Contract/API/AuthenticationInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Contract/API/AuthenticationInterface.php b/src/Contract/API/AuthenticationInterface.php index 14be13cf..7b6ba139 100644 --- a/src/Contract/API/AuthenticationInterface.php +++ b/src/Contract/API/AuthenticationInterface.php @@ -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,