@gibme/mfa
    Preparing search index...

    Type Alias SigningParameters

    type SigningParameters = {
        id: string | number;
        nonce: string;
        otp: string;
        sl?: string;
        timeout?: number;
        timestamp?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    id: string | number

    The Yubico API client ID

    nonce: string

    A nonce value to prevent replay attachs

    <random>
    
    otp: string

    The OTP code

    sl?: string
    timeout?: number
    timestamp?: string