OpenCode.Generated.AccountV2oAuthCredential (opencode_sdk v0.1.68)

Copy Markdown View Source

Provides struct and type for a AccountV2oAuthCredential

Summary

Types

t()

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