A second possibility discussed is to add a user=None parameter to the IArchive.newAuthToken() method. This would solve the webservice problem (using the @call_with decorator), but means that all other code would need to do: archive.newAuthToken(person, user=person).
A second possibility discussed is to add a user=None parameter to the IArchive. newAuthToken( ) method. This would solve the webservice problem (using the @call_with decorator), but means that all other code would need to do: archive. newAuthToken( person, user=person).