delete Credentials
Delete the PublicKeyCredentialSource by Relying Party Id. This method does not delete the keys from the server.
Parameters
The relying party id to lookup from the internal storage
Delete the provide PublicKeyCredentialSource from local storage and also remotely from Server if the key is discoverable. By default, if failed to delete from server, local storage will not be deleted, by providing forceDelete to true, it will also delete local keys if server call is failed.
Parameters
The PublicKeyCredentialSource to be deleted
If true, it will also delete local keys if server call is failed.
Deprecated
Use deleteCredentials(publicKeyCredentialSource: PublicKeyCredentialSource, forceDelete: Boolean = false)
Delete the provide PublicKeyCredentialSource, the PublicKeyCredentialSource.id will be used as the key to lookup from internal storage. This method does not delete the keys from the server.
Parameters
The PublicKeyCredentialSource to be deleted