Changes between Version 2 and Version 3 of KeyRingProposal
- Timestamp:
- 01/12/2009 04:07:51 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KeyRingProposal
v2 v3 32 32 Represent one or more authentication credentials for a particular client-user-facing account identifier. 33 33 """ 34 avatarId = Attribute("The client-user-facing account identifier to which all keys in this ring belong.")35 36 34 def add(credentials): 37 35 """
