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

    Type Alias PostTfaEnableResponses

    type PostTfaEnableResponses = {
        "200": { expiry: string; secret: string };
    }
    Index

    Properties

    Properties

    "200": { expiry: string; secret: string }

    Secret key generated.

    Type Declaration

    • expiry: string

      When this Two Factor secret expires.

    • secret: string

      Your Two Factor secret. This is used to generate time-based two factor codes required for logging in. Doing this will be required to confirm TFA an actually enable it.