Contents

reportPublicKeyCredentialUpdate(relyingPartyIdentifier:userHandle:newName:)

Report an update to a credential’s name, such as when changing the user name on an account. This information is shared with all password managers enabled in the system.

Declaration

final func reportPublicKeyCredentialUpdate(relyingPartyIdentifier: String, userHandle: Data, newName: String) async throws

Parameters

  • relyingPartyIdentifier:

    Relying party (website) that the credential is saved for.

  • userHandle:

    User identifier.

  • newName:

    The new user name for the credential.

Discussion