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 680463f commit b0d97bbCopy full SHA for b0d97bb
tests/unit/TokenGeneratorTest.php
@@ -236,6 +236,8 @@ final public function testIdTokenGenerationWithoutClientId(): void
236
* @covers ::generateIdToken
237
*
238
* @uses \Pdsinterop\Solid\Auth\Utils\Jwks
239
+ * @uses ::bindAccessToken
240
+ * @uses ::signToken
241
*/
242
final public function testIdTokenGenerationWithoutDpopKey(): void
243
{
@@ -329,6 +331,8 @@ final public function testIdTokenGenerationWithoutDpopKey(): void
329
331
330
332
333
334
335
336
337
final public function testIdTokenGeneration(): void
338
0 commit comments