Represents authenticator selection criteria.
@type t() :: %ExSwan.Attestation.AuthenticatorSelection{ authenticator_attachment: String.t() | nil, require_resident_key: boolean() | nil, resident_key: String.t() | nil, user_verification: String.t() | nil }