FRWeb Authn
Manage PublicKeyCredentialSource that generated by the SDK. The PublicKeyCredentialSource only contains the reference to the actual key, deleting the PublicKeyCredentialSource does not delete the actual key
Constructors
Functions
Delete the PublicKeyCredentialSource by Relying Party Id. This method does not delete the keys from the server.
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.
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.
Load all the PublicKeyCredentialSource by the provided Relying Party Id