File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -236,8 +236,8 @@ final public function testIdTokenGenerationWithoutClientId(): void
236236 * @covers ::generateIdToken
237237 *
238238 * @uses \Pdsinterop\Solid\Auth\Utils\Jwks
239- * @uses ::bindAccessToken
240- * @uses ::signToken
239+ * @uses \Pdsinterop\Solid\Auth\TokenGenerator
240+ * @uses \Pdsinterop\Solid\Auth\Utils\Base64Url
241241 */
242242 final public function testIdTokenGenerationWithoutDpopKey (): void
243243 {
@@ -331,8 +331,8 @@ final public function testIdTokenGenerationWithoutDpopKey(): void
331331 * @covers ::generateIdToken
332332 *
333333 * @uses \Pdsinterop\Solid\Auth\Utils\Jwks
334- * @uses ::bindAccessToken
335- * @uses ::signToken
334+ * @uses \Pdsinterop\Solid\Auth\TokenGenerator
335+ * @uses \Pdsinterop\Solid\Auth\Utils\Base64Url
336336 */
337337 final public function testIdTokenGeneration (): void
338338 {
You can’t perform that action at this time.
0 commit comments