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

Provides struct and type for a AccountV2oAuthCredential

# `t`

```elixir
@type t() :: %OpenCode.Generated.AccountV2oAuthCredential{
  access: String.t(),
  expires: integer(),
  refresh: String.t(),
  type: String.t()
}
```

---

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