OpenCode.Generated.IntegrationOAuthMethod (opencode_sdk v0.1.89)

Copy Markdown View Source

Provides struct and type for a IntegrationOAuthMethod

Summary

Types

t()

@type t() :: %OpenCode.Generated.IntegrationOAuthMethod{
  id: String.t(),
  label: String.t(),
  prompts:
    [
      OpenCode.Generated.IntegrationSelectPrompt.t()
      | OpenCode.Generated.IntegrationTextPrompt.t()
    ]
    | nil,
  type: String.t()
}