reportUnknownPublicKeyCredential(relyingPartyIdentifier:credentialID:)
Informs credential managers that a specific credential is unknown or no longer accepted.
Declaration
final func reportUnknownPublicKeyCredential(relyingPartyIdentifier: String, credentialID: Data) async throwsParameters
- relyingPartyIdentifier:
The relying party, typically a website, for which to update the credential.
- credentialID:
An identifier that uniquely identifies this credential.
Discussion
Credential managers can act on this report by removing or hiding the credential.
This call shares the updated credential data with all credential managers installed on the system.