In the Sky API Description, we support assignment to the authorization property of a Method object. The requirement is from Enchant: the decorator wants to add authorization details to the description. The assignment works only because we aren't making a deep copy of the description. We're asking for trouble doing this so we should probably find an alternative way to handle this.
In the Sky API Description, we support assignment to the authorization property of a Method object. The requirement is from Enchant: the decorator wants to add authorization details to the description. The assignment works only because we aren't making a deep copy of the description. We're asking for trouble doing this so we should probably find an alternative way to handle this.