View Source WaxAPIREST.Types.AuthenticatorSelectionCriteria (wax_api_rest v0.3.0)

Link to this section Summary

Link to this section Types

@type t() :: %WaxAPIREST.Types.AuthenticatorSelectionCriteria{
  authenticatorAttachment: WaxAPIREST.Types.AuthenticatorAttachment.t() | nil,
  requireResidentKey: boolean(),
  residentKey: WaxAPIREST.Types.ResidentKeyRequirement.t() | nil,
  userVerification: WaxAPIREST.Types.UserVerificationRequirement.t() | nil
}

Link to this section Functions

@spec new(map()) :: t()