node-totp
    Preparing search index...

    Interface GenerateUriResult

    Result returned when generating an otpauth URI.

    interface GenerateUriResult {
        secret: string;
        uri: string;
    }
    Index

    Properties

    Properties

    secret: string

    Canonical unpadded Base32 secret associated with the URI.

    uri: string

    Fully encoded otpauth URI suitable for authenticator setup.