TScRestBasicAuthenticator
constructor Create(const UserName, Password: string);
Description
Creates an instance of the authenticator and initializes the UserName and Password properties.
Example
RestClient.Authenticator := TScRestBasicAuthenticator.Create('Alice', '1111');