Response object for the API and application key validation status check.

Hierarchy

  • ValidateAPIKeyResponse

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Status of the validation. Always ok when both the API key and the application key are valid.

Generated using TypeDoc