Package version:

Interface NamedKeyCredential

Represents a credential defined by a static API name and key.

interface NamedKeyCredential {
    key: string;
    name: string;
}

Implemented by

Properties

Properties

key: string

The value of the API key represented as a string

name: string

The value of the API name represented as a string.