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