Skip to content

Commit

Permalink
better phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
bartgloudemans committed Sep 12, 2024
1 parent dd65e4a commit 501bb2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OpenIDConnectClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ public function setResponseTypes($response_types) {
}

/**
* use this method to magically handle all incoming OIDC requests at one endpoint
* if you need more control, use the handleError(), handleCode(), handleClaims(), requestAuthorisation() and redirect() methods
* use this method to magically handle all incoming OIDC requests
* if you need more control per request, use the methods handleError(), handleCode(), handleClaims(), requestAuthorisation() and redirect()
* @return bool
* @throws OpenIDConnectClientException
*/
Expand Down

0 comments on commit 501bb2c

Please sign in to comment.