constructor Create(const APIKeyName, APIKeyValue: string);
Description
Creates an instance of the authenticator and initializes the APIKeyName and APIKeyValue properties.
Example
RestClient.Authenticator := TScRestAPIKeyAuthenticator.Create('API-Key', 'ALJ2VV45MRTXX60QP');