@gibme/mfa
    Preparing search index...

    Type Alias Options

    type Options = {
        secret: string | Buffer;
        size: number;
    }
    Index

    Properties

    Properties

    secret: string | Buffer

    The secret seed

    If a string is supplied, secretEncoding is used to load the secret

    size: number

    The byte size of the seed

    20