interop library
Properties
- publicKeyCredential → JSObject?
-
The global
PublicKeyCredentialinterface. Used to feature-detect the WebAuthn Signal API static methods before calling them.no setter
Functions
-
authenticatorCancel(
) → JSVoid - Cancels the currently running authenticator operation.
-
authenticatorLogin(
JSString options) → JSPromise< JSString> -
Authenticates with an existing passkey using the serialized JSON
options. -
authenticatorRegister(
JSString options) → JSPromise< JSString> -
Registers a new passkey using the serialized JSON
options. -
hasPasskeySupport(
) → JSBoolean - Whether the current browser supports passkeys.
-
init(
) → JSVoid - Initializes the Passkeys Web JS authenticator.
-
isConditionalMediationAvailable(
) → JSPromise< JSBoolean?> - Whether conditional mediation (passkey autofill) is available.
-
isUserVerifyingPlatformAuthenticatorAvailable(
) → JSPromise< JSBoolean?> - Whether a user-verifying platform authenticator is available.
-
signalAllAcceptedCredentialsJS(
JSObject options) → JSPromise< JSAny?> - Signals the complete set of credentials the relying party still accepts.
-
signalUnknownCredentialJS(
JSObject options) → JSPromise< JSAny?> - Signals that a credential is no longer recognized by the relying party.