@sudoplatform/sudo-secure-id-verification
    Preparing search index...

    Interface SudoSecureIdVerificationClientOptions

    Options to DefaultSudoSecureIdVerificationClient constructor

    interface SudoSecureIdVerificationClientOptions {
        logger?: Logger;
        sudoUserClient: SudoUserClient;
    }
    Index

    Properties

    logger?: Logger

    Logger to use. Default: a new DefaultLogger is constructed and used.

    sudoUserClient: SudoUserClient

    SudoUserClient to use. No default.