FidoClientConfig
class 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.