Skip to content

(Core API) keychain permission

erictj edited this page Jul 6, 2011 · 3 revisions

Grant permission to a service ID for an object on the keychain.

Method

POST

Arguments

  • serviceID: The service to which the permissions will be granted
  • serviceType: The type of service of is object is associated with (i.e. google, facebook, twitter)
  • index: The index of the specific object for the service type

Arguments Example

/keychain/permission?serviceID=9fdfb7e5c6551dc45300aeb0d21fdff4&serviceType=google&index=1

Grant service with ID 9fdfb7e5c6551dc45300aeb0d21fdff4 access to google object at index 1

Result

  • 200: The permissions were successfully granted.
Clone this wiki locally