@gibme/mfa
    Preparing search index...

    Type Alias ValidationResult

    ValidationResult: ValidationResponse & {
        deviceId: string;
        isOk: boolean;
        signatureValid: boolean;
        valid: boolean;
    }

    Type declaration

    • deviceId: string

      The YubiKey device ID that presented the OTP

    • isOk: boolean

      Whether the OTP presented is valid (okay)

    • signatureValid: boolean

      Whether the response signature from the server is valid

    • valid: boolean

      Set to true if both the OTP presented and the server response signature are valid