@gibme/mfa
    Preparing search index...

    Type Alias Config

    type Config = {
        apiKey: string;
        clientId: number | string;
        serviceUrl?: string;
        signingParameters?: SigningParameters;
    }
    Index

    Properties

    apiKey: string

    The Yubico API key

    clientId: number | string

    The Yubico API client ID

    serviceUrl?: string

    The Yubico OTP validation server url

    https://api.yubico.com/wsapi/2.0/verify
    
    signingParameters?: SigningParameters