OpenCode.Generated.OAuth (opencode_sdk v0.1.13)

Copy Markdown View Source

Provides struct and type for a OAuth

Summary

Types

t()

@type t() :: %OpenCode.Generated.OAuth{
  access: String.t(),
  account_id: String.t() | nil,
  enterprise_url: String.t() | nil,
  expires: number(),
  refresh: String.t(),
  type: String.t()
}