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

Class AuthorizeResult

crates/opencode-plugin/src/subprocess/client.rs:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78#[derive(Debug, Deserialize)]
79pub struct AuthorizeResult {
80 pub url: Option<String>,
81 pub instructions: Option<String>,
82 pub method: Option<String>,
83}
84
85#[derive(Debug, Deserialize)]
86pub struct AuthLoadResult {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected