OpenXchangeClient.Model.OAuthAccountData (open_xchange_client v0.10.0)

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.OAuthAccountData{
  associations: [OpenXchangeClient.Model.Association.t()] | nil,
  availableScopes: [String.t()] | nil,
  displayName: String.t() | nil,
  enabledScopes: [String.t()] | nil,
  id: integer() | nil,
  secret: String.t() | nil,
  serviceId: String.t() | nil,
  token: String.t() | nil
}