Interface YubiKeyConfig

interface YubiKeyConfig {
    apiKey: string;
    clientId: string | number;
    serviceUrl?: string;
    signingParameters?: YubiKeySigningParametersOptional;
}

Properties

apiKey: string

The Yubico API key

clientId: string | number

The Yubico API client ID

serviceUrl?: string

The Yubico OTP validation server url

Default

https://api.yubico.com/wsapi/2.0/verify