Lines Matching full:app

33    * Creates a custom consumer key and secret for a developer app. This is
45 * @param string $parent Parent of the developer app key. Use the following
59 * Deletes an app's consumer key and removes all API products associated with
60 * the app. After the consumer key is deleted, it cannot be used to access any
62 * new consumer key and secret for the developer app using the
64 * using the UpdateDeveloperAppKey API. 2. Delete the developer app, if it is no
67 * @param string $name Name of the developer app key. Use the following
69 * `organizations/{org}/developers/{developer_email}/apps/{app}/keys/{key}`
80 * Gets details for a consumer key for a developer app, including the key and
83 * @param string $name Name of the developer app key. Use the following
85 * `organizations/{org}/developers/{developer_email}/apps/{app}/keys/{key}`
96 * Updates the scope of an app. This API replaces the existing scopes with those
99 * defined for the API products associated with the app. This API sets the
101 * app. (keys.replaceDeveloperAppKey)
103 * @param string $name Name of the developer app key. Use the following
105 * `organizations/{org}/developers/{developer_email}/apps/{app}/keys/{key}`
117 * Adds an API product to a developer app key, enabling the app that holds the
119 * can add attributes to a developer app key. This API replaces the existing
122 * use the same key to access all API products associated with the app.
125 * @param string $name Name of the developer app key. Use the following
127 * `organizations/{org}/developers/{developer_email}/apps/{app}/keys/{key}`