OpenXchangeClient.Model.MultifactorDevice (open_xchange_client v0.10.0)

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.MultifactorDevice{
  backup: boolean() | nil,
  enabled: boolean() | nil,
  id: String.t() | nil,
  name: String.t() | nil,
  parameters: OpenXchangeClient.Model.MultifactorDeviceParameters.t() | nil,
  providerName: String.t() | nil
}