Class

WebauthnSupport

WebauthnSupport

A class to check the browser's WebAuthn support.

Methods

# async static isConditionalMediationAvailable()

Checks whether autofill assisted requests are supported.

View Source lib/WebauthnSupport.ts, line 101

Promise

# async static isPlatformAuthenticatorAvailable()

Checks whether a user-verifying platform authenticator is available.

View Source lib/WebauthnSupport.ts, line 85

Promise

# async static isSecurityKeySupported()

Checks whether external CTAP2 security keys are supported.

View Source lib/WebauthnSupport.ts, line 93

Promise

# static supported()

Does a simple check to test for the credential management API functions we need, and an indication of public key credential authentication support.
See:

View Source lib/WebauthnSupport.ts, line 77

boolean