petalbid-frontend
    Preparing search index...

    Interface TotpSetupResponse

    Payload returned when initiating a TOTP setup.

    interface TotpSetupResponse {
        otpauthUrl: string;
        secret: string;
    }
    Index

    Properties

    Properties

    otpauthUrl: string

    The otpauth:// URI used to generate the QR code.

    secret: string

    The shared secret in Base32.