NamedKeyCredential interface
Represents a credential defined by a static API name and key.
Properties
| key | The value of the API key represented as a string |
| name | The value of the API name represented as a string. |
Property Details
key
The value of the API key represented as a string
key: string
Property Value
string
name
The value of the API name represented as a string.
name: string
Property Value
string