pl.wendigo.chrome.api.webauthn

Package pl.wendigo.chrome.api.webauthn

Contains DevTools Protocol WebAuthn domain implementation accessible via WebAuthnOperations class.

Types

AddCredentialRequest

data class AddCredentialRequest

Represents request frame that can be used with WebAuthn#addCredential operation call.

AddVirtualAuthenticatorRequest

data class AddVirtualAuthenticatorRequest

Represents request frame that can be used with WebAuthn#addVirtualAuthenticator operation call.

AddVirtualAuthenticatorResponse

data class AddVirtualAuthenticatorResponse

Represents response frame that is returned from WebAuthn#addVirtualAuthenticator operation call. Creates and adds a virtual authenticator.

AuthenticatorProtocol

enum class AuthenticatorProtocol

AuthenticatorTransport

enum class AuthenticatorTransport

ClearCredentialsRequest

data class ClearCredentialsRequest

Represents request frame that can be used with WebAuthn#clearCredentials operation call.

Credential

data class Credential

GetCredentialRequest

data class GetCredentialRequest

Represents request frame that can be used with WebAuthn#getCredential operation call.

GetCredentialResponse

data class GetCredentialResponse

Represents response frame that is returned from WebAuthn#getCredential operation call. Returns a single credential stored in the given virtual authenticator that matches the credential ID.

GetCredentialsRequest

data class GetCredentialsRequest

Represents request frame that can be used with WebAuthn#getCredentials operation call.

GetCredentialsResponse

data class GetCredentialsResponse

Represents response frame that is returned from WebAuthn#getCredentials operation call. Returns all the credentials stored in the given virtual authenticator.

RemoveCredentialRequest

data class RemoveCredentialRequest

Represents request frame that can be used with WebAuthn#removeCredential operation call.

RemoveVirtualAuthenticatorRequest

data class RemoveVirtualAuthenticatorRequest

Represents request frame that can be used with WebAuthn#removeVirtualAuthenticator operation call.

SetUserVerifiedRequest

data class SetUserVerifiedRequest

Represents request frame that can be used with WebAuthn#setUserVerified operation call.

VirtualAuthenticatorOptions

data class VirtualAuthenticatorOptions

WebAuthnOperations

class WebAuthnOperations

This domain allows configuring virtual authenticators to test the WebAuthn API.

Type Aliases

AuthenticatorId

typealias AuthenticatorId = String