MCPcopy
hub / github.com/thesysdev/openui / AuthConfig

Interface AuthConfig

packages/openui-cli/src/auth/authenticator.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4type Configuration = any;
5
6export interface AuthConfig {
7 issuerUrl: string;
8 clientId: string;
9 redirectUri?: string;
10 scopes?: string[];
11}
12
13export interface AuthResult {
14 accessToken: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected