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

Interface AuthorizationState

packages/openauth/src/authorizer.ts:17–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17interface AuthorizationState {
18 redirect_uri: string
19 response_type: string
20 state: string
21 client_id: string
22 audience?: string
23 pkce?: {
24 challenge: string
25 method: "S256"
26 }
27}
28
29export type Prettify<T> = {
30 [K in keyof T]: T[K]

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…