OpenXchangeClient.Model.OAuthClientData (open_xchange_client v0.10.0)

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.OAuthClientData{
  description: String.t() | nil,
  icon: String.t() | nil,
  id: String.t() | nil,
  name: String.t() | nil,
  website: String.t() | nil
}