Constructor
new Auth(apiKey)
- Description:
Constructs a new Auth instance.
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
apiKey |
The API key in the format 'key.value'. |
Classes
Methods
getAuthHeader() → {Promise.<Array.<string>>}
- Description:
Returns the authorization header for the client
- Source:
Returns:
Promise resolving to [headerName, headerValue]
- Type
- Promise.<Array.<string>>