FidoClientConfig

Configuration class for Fido2Client instances.

This class contains all configurable options for the Fido2Client, including logging settings and API selection preferences. It uses the @PingDsl annotation to provide a type-safe DSL for configuration.

Configuration Options:

  • logger: Controls logging output and verbosity

  • useFido2Client: Determines API selection strategy

API Selection Logic: The useFido2Client property is automatically initialized based on runtime detection of Google Play Services FIDO availability, but can be overridden for testing or specific deployment requirements.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Logger instance for debugging and monitoring FIDO2 operations.

Link copied to clipboard

Determines whether to use Google Play Services FIDO2 API.