Unit
ScRestAuthenticator
Description
TScRestBasicAuthenticator is a class that implements Basic authentication for each request made through the associated TScRestClient. It uses the UserName and Password properties to authenticate access to the REST service.
The overridden Execute method automatically adds an Authorization header with a Base64('username:password') value to the request.