PasswordField: { key: string; label: string; passwordPolicy?: PasswordPolicy; required?: boolean; type: "PASSWORD" | "PASSWORD_VERIFY"; verify?: boolean;} Type declaration
key: string
label: string
Optionalrequired?: boolean
type: "PASSWORD" | "PASSWORD_VERIFY"
Optionalverify?: boolean
Raw server field shape for password inputs. The server tags the
typeasPASSWORD_VERIFYwheneververifyis set, but our collector taxonomy ignores that — we pickPasswordCollectorvsValidatedPasswordCollectorbased on whetherpasswordPolicyis present.