Configuration options for the FIDO client.

interface FidoClientConfig {
    logger?: { custom?: CustomLogger; level: LogLevel };
}

Properties

Properties

logger?: { custom?: CustomLogger; level: LogLevel }

Logger configuration for debugging and error reporting