MCPcopy
hub / github.com/anomalyco/openauth / WellKnown

Interface WellKnown

packages/openauth/src/client.ts:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16import { generatePKCE } from "./pkce.js"
17
18export interface WellKnown {
19 jwks_uri: string
20 token_endpoint: string
21 authorization_endpoint: string
22}
23
24export interface Tokens {
25 access: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…