OpenXchangeClient.Model.MultifactorFinishAuthenticationData (open_xchange_client v0.10.0)

The provider specific parameters required for authentication.

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.MultifactorFinishAuthenticationData{
  clientData: String.t() | nil,
  keyHandle: String.t() | nil,
  secret_code: String.t() | nil,
  signatureData: String.t() | nil
}