We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14317dd commit 2fc22b0Copy full SHA for 2fc22b0
src/Server/Grants/PreAuthCodeGrant.php
@@ -75,7 +75,6 @@ public function completeOidcAuthorizationRequest(
75
}
76
77
/**
78
- * @param \League\OAuth2\Server\Entities\ScopeEntityInterface[] $scopes
79
* @throws \League\OAuth2\Server\Exception\OAuthServerException
80
* @throws \League\OAuth2\Server\Exception\UniqueTokenIdentifierConstraintViolationException
81
*/
@@ -84,8 +83,7 @@ protected function issueOidcAuthCode(
84
83
OAuth2ClientEntityInterface $client,
85
string $userIdentifier,
86
string $redirectUri,
87
- array $scopes = [],
88
- ?string $nonce = null,
+ AuthorizationRequest $authorizationRequest,
89
): AuthCodeEntityInterface {
90
throw OidcServerException::serverError('Not implemented');
91
0 commit comments