reportUnusedPasswordCredential(domain:userName:)
Report an unused password credential for a given domain and username. Password managers may remove or hide the password credential. This information is shared with all password managers enabled in the system.
Declaration
@MainActor func reportUnusedPasswordCredential(domain: String, userName: String) async throwsParameters
- domain:
The website domain that the credential is saved for.
- userName:
The account user name.