View Source WaxAPIREST.Types.ServerPublicKeyCredentialGetOptionsResponse (wax_api_rest v0.4.0)
Link to this section Summary
Link to this section Types
@type t() :: %WaxAPIREST.Types.ServerPublicKeyCredentialGetOptionsResponse{ allowCredentials: [WaxAPIREST.Types.ServerPublicKeyCredentialDescriptor.t()] | nil, challenge: String.t(), errorMessage: term(), extensions: %{optional(String.t()) => any()}, rpId: String.t() | nil, status: term(), timeout: non_neg_integer() | nil, userVerification: WaxAPIREST.Types.UserVerificationRequirement.t() | nil }