IGPAPI
    Preparing search index...

    Interface GenerateTwoFactorTotpKeyResponse

    interface GenerateTwoFactorTotpKeyResponse {
        status: string;
        totp_seed: string;
        totp_seed_id: string;
    }
    Index

    Properties

    status: string
    totp_seed: string
    totp_seed_id: string