# `OpenCode.Generated.IntegrationOAuthMethod`
[🔗](https://github.com/UtkarshUsername/opencode-sdk-elixir/blob/v0.1.90/lib/opencode/generated/integration_o_auth_method.ex#L1)

Provides struct and type for a IntegrationOAuthMethod

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
