// Code generated from Pkl module `browser`. DO NOT EDIT. package browser type AuthenticatorSelectionCriteria struct { AuthenticatorAttachment string `pkl:"authenticatorAttachment"` RequireResidentKey bool `pkl:"requireResidentKey"` UserVerification string `pkl:"userVerification"` }