wax_api_rest v0.2.0 WaxAPIREST.Types.AuthenticatorSelectionCriteria View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
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