@akamai/openapi-ts
    Preparing search index...

    Type Alias PostTfaConfirmData

    type PostTfaConfirmData = {
        body: { tfa_code?: string };
        path?: never;
        query?: never;
        url: "profile/tfa-enable-confirm";
    }
    Index

    Properties

    Properties

    body: { tfa_code?: string }

    The one-time code you generated with your 2FA secret key.

    Type Declaration

    • Optionaltfa_code?: string

      The Two Factor code you generated with your Two Factor secret. These codes are time-based, so be sure it is current.

    path?: never
    query?: never
    url: "profile/tfa-enable-confirm"