Contents

reportUnusedPasswordCredential(domain:userName:)

Informs credential managers that a password is no longer in use.

Declaration

final func reportUnusedPasswordCredential(domain: String, userName: String) async throws

Parameters

  • domain:

    The website domain for which to save the password.

  • userName:

    The account user name.

Discussion

Credential managers can act on this report by removing or hiding the password credential.

This call shares the updated credential data with all enabled credential managers installed on the system.

See Also

Reporting unused and unknown credentials