Package version:

Interface KeyCredential

Represents a credential defined by a static API key.

interface KeyCredential {
    key: string;
}

Implemented by

Properties

Properties

key: string

The value of the API key represented as a string