Provides struct and type for a IntegrationOAuthMethod
Summary
Types
@type t() :: %OpenCode.Generated.IntegrationOAuthMethod{ id: String.t(), label: String.t(), prompts: [ OpenCode.Generated.IntegrationSelectPrompt.t() | OpenCode.Generated.IntegrationTextPrompt.t() ] | nil, type: String.t() }