MCPcopy
hub / github.com/firecrawl/firecrawl / OAuthIntrospectionResponse

Interface OAuthIntrospectionResponse

apps/api/src/controllers/auth.ts:158–165  ·  view source on GitHub ↗

* Introspection response from the OAuth token endpoint.

Source from the content-addressed store, hash-verified

156 * Introspection response from the OAuth token endpoint.
157 */
158interface OAuthIntrospectionResponse {
159 active: boolean;
160 api_key: string;
161 scope: string;
162 client_id: string;
163 team_id: string;
164 exp: number;
165}
166
167/**
168 * Resolve an OAuth access token (fco_…) to the underlying API key via

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…