deno.land / x / oauth4webapi@v1.2.2 / conformance / oidc / client-secret-basic.ts

client-secret-basic.ts
View Documentation
1
2
3
4
5
6
7
8
9
10
import { 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) }}
oauth4webapi

Version Info

Tagged at
2 years ago