| 16 | import { generatePKCE } from "./pkce.js" |
| 17 | |
| 18 | export interface WellKnown { |
| 19 | jwks_uri: string |
| 20 | token_endpoint: string |
| 21 | authorization_endpoint: string |
| 22 | } |
| 23 | |
| 24 | export interface Tokens { |
| 25 | access: string |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…