deno.land / x / oauth4webapi@v1.2.2 / conformance / oidc / client-secret-basic.ts
12345678910import { plan, test, green, modules } from '../runner.js'
if (plan.name === 'oidcc-client-test-plan') { test.todo('client-secret-basic')} else { for (const module of modules('client-secret-basic')) { test.serial(green, module) }}
Version Info