Some languages like C# create an Auth object to authenticate themselves on a soap server.
for example
cpLatestBrief.authValue = new auth();
cpLatestBrief.authValue.username = "username"; // your aql username
cpLatestBrief.authValue.password = "password"; // your aql password
how can you do this with python?