View Source WaxAPIREST.Types.AuthenticatorSelectionCriteria (wax_api_rest v0.4.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 }