Changes between Version 74 and Version 75 of UniformClearinghouseAPI


Ignore:
Timestamp:
10/11/13 15:55:34 (10 years ago)
Author:
mbrinn@bbn.com
Comment:

Remove member_urn from create_key method

Legend:

Unmodified
Added
Removed
Modified
  • UniformClearinghouseAPI

    v74 v75  
    33Marshall Brinn, GPO
    44
    5 DRAFT: August 30, 2013
     5DRAFT: October 11, 2013
    66
    77
     
    891891#
    892892# Arguments:
    893 #    member_urn: URN of member for which to retrieve credentials
    894893#    options: 'fields' containing the fields for the key pair being stored
    895894#
     
    898897#
    899898# Should return DUPLICATE_ERROR if a key with the same KEY_ID is already stored for given user
    900 def create_key(member_urn, credentials, options)
     899def create_key(credentials, options)
    901900}}}
    902901