Is there a way to check before calling navigator.credentials.get
if the credential exists on the platform authenticator? For example, if you specify that only platform authenticators can be used and not roaming authenticators, how do you know if the credential still exists on the platform authenticator? If the platform authenticator being used is your phone, then the credentials will be removed when you factory reset the device.
I'm familiar with the concept of resident keys vs non-resident keys and that resident keys are discoverable. I'm asking though for the non-resident keys use case. Is the only
Note: I already asked a similar question here, but what I'm asking here is different. I want to know how to check for the existence of the credential from the browser and not using the Android APIs like the other question.