You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently, credman's create-a-cred and request-a-cred algs have a tri-state return: a Credential if one can be returned given the options provided, null if no credential can be {created, found}, or an error.
Webauthn however returns only bi-state: either a cred or an error.