| Total Complexity | 5 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | abstract class AbstractAuthorizeGrant extends AbstractGrant |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * @param array<array-key,mixed> $params |
||
|
|
|||
| 27 | */ |
||
| 28 | 23 | public function makeRedirectUri(string $uri, array $params = [], string $queryDelimiter = '?'): string |
|
| 33 | } |
||
| 34 | |||
| 35 | 9 | protected function createAuthorizationRequest(): AuthorizationRequestInterface |
|
| 38 | } |
||
| 39 | |||
| 40 | /** |
||
| 41 | * Get the client redirect URI. |
||
| 42 | */ |
||
| 43 | 14 | protected function getClientRedirectUri(ClientEntityInterface $client): string |
|
| 50 |