Attributes of the API key validation response.

Hierarchy

  • ValidateV2Attributes

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
apiKeyId: string

The UUID of the API key.

apiKeyScopes: string[]

List of scope names associated with the API key.

valid: boolean

Whether the API key is valid.

Generated using TypeDoc