Skip to content

Commit

Permalink
Typo Fix suggested by GabrielBrittoDev. (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore7snehil committed Nov 13, 2024
1 parent e1c552e commit f03146e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions src/Contract/API/Management/KeysInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function postEncryption(
* @throws \Auth0\SDK\Exception\ArgumentException when an invalid `body` are provided
* @throws \Auth0\SDK\Exception\NetworkException when the API request fails due to a network error
*
* @see https://auth0.com/docs/api/management/v2#!/keys/post-encryption-wrapping-key
* @see https://auth0.com/docs/api/management/v2#!/keys/post-encryption-key
*/
public function postEncryptionKey(
string $kId,
Expand Down Expand Up @@ -119,7 +119,7 @@ public function postEncryptionRekey(
* @throws \Auth0\SDK\Exception\ArgumentException when an invalid `body` are provided
* @throws \Auth0\SDK\Exception\NetworkException when the API request fails due to a network error
*
* @see https://auth0.com/docs/api/management/v2#!/keys/post-encryption
* @see https://auth0.com/docs/api/management/v2#!/keys/post-encryption-wrapping-key
*/
public function postEncryptionWrappingKey(
string $kId,
Expand Down

0 comments on commit f03146e

Please sign in to comment.