OpenXchangeClient.Model.OAuthAccountInteraction (open_xchange_client v0.10.0)

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.OAuthAccountInteraction{
  authUrl: String.t() | nil,
  token: String.t() | nil,
  type: String.t() | nil,
  uuid: String.t() | nil
}