interface ITotp {
    rawSecret: string;
    secretQrUrl: string;
}

Properties

rawSecret: string

The raw secret for the challenge

secretQrUrl: string

The URL to the QR-code to display