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,