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

Interface AuthMethod

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

Source from the content-addressed store, hash-verified

45}
46
47interface AuthMethod {
48 type: string;
49 label: string;
50 inputs?: Record<string, { placeholder?: string; required?: boolean }>;
51}
52
53interface AuthorizeResult {
54 url?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected