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

    Type Alias PostGetTokenResponses

    type PostGetTokenResponses = {
        "200": { token: string };
    }
    Index

    Properties

    Properties

    "200": { token: string }

    The response provides the token.

    Type Declaration

    • token: string

      A string representing the authentication token. This token is required for subsequent requests.