MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / AuthorizeResult

Interface AuthorizeResult

crates/opencode-plugin/host/plugin-host.ts:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53interface AuthorizeResult {
54 url?: string;
55 instructions?: string;
56 method?: string;
57 callback?: (code?: string) => Promise<unknown>;
58}
59
60interface AuthHook {
61 provider: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected