OpenXchangeClient.Model.MultifactorStartAuthenticationResponseDataChallengeSignRequests (open_xchange_client v0.10.0)

(U2F provider only) A U2F challenge which needs to be solved for authentication

Link to this section Summary

Link to this section Types

@type t() ::
  %OpenXchangeClient.Model.MultifactorStartAuthenticationResponseDataChallengeSignRequests{
    appId: String.t() | nil,
    challenge: String.t() | nil,
    keyHandle: String.t() | nil,
    requestId: String.t() | nil,
    version: String.t() | nil
  }