@gibme/mfa
    Preparing search index...

    Type Alias ValidationResponse

    type ValidationResponse = {
        h: string;
        nonce: string;
        otp: string;
        sl?: number;
        status: ValidationStatus;
        t: Date;
    }
    Index

    Properties

    Properties

    h: string

    The validation signature

    nonce: string

    The server nonce to prevent replay attacks

    otp: string

    The OTP code

    sl?: number

    The status of the request

    t: Date

    The response timestamp