| Interface | Description |
|---|---|
| Authenticator |
The Authenticator interface represents the API provided by WebAuthn authenticators as specified by the WebAuthn
spec (see below).
|
| Class | Description |
|---|---|
| AuthenticatorAssertionData |
Data returned by an authenticator upon performing an assertion.
|
| Authenticators |
Utility class that provides definitions for commonly seen types of authenticators.
|
| CredentialsContainer |
This class emulates the behaviour of the CredentialsContainer
browser API for WebAuthn credentials, allowing you to create and get WebAuthn credentials, similar to how you would use
navigator.credentials... in a browser. |
| Origin |
Data class that contains information associated with a web origin.
|
| PublicKeyCredentialSource |
A data class that stores information associated with a credential.
|