Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

The AuthenticatorAssertionResponse interface of the Web Authentication API contains a digital signature from the private key of a particular WebAuthn credential. Available only in secure contexts.

Link copied to clipboard
sealed interface AuthenticatorAttachment
Link copied to clipboard

The AuthenticatorAttestationResponse interface of the Web Authentication API is the result of a WebAuthn credential registration. Available only in secure contexts.

Link copied to clipboard

The AuthenticatorResponse interface of the Web Authentication API is the base interface for interfaces that provide a cryptographic root of trust for a key pair. Available only in secure contexts.

Link copied to clipboard
sealed interface AuthenticatorTransport
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The PublicKeyCredential interface provides information about a public key / private key pair, which is a credential for logging in to a service using an un-phishable and data-breach resistant asymmetric key pair instead of a password. Available only in secure contexts.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed interface PublicKeyCredentialType
Link copied to clipboard
sealed interface ResidentKeyRequirement
Link copied to clipboard