OpenXchangeClient.Model.MultifactorStartRegistrationResponseData (open_xchange_client v0.10.1)

Registration response data

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.MultifactorStartRegistrationResponseData{
  challenge:
    OpenXchangeClient.Model.MultifactorStartRegistrationResponseDataChallenge.t()
    | nil,
  deviceId: String.t() | nil
}