Skip to content

Commit

Permalink
Revert "Merge pull request #510 from ademartini/ESD-7544-redux"
Browse files Browse the repository at this point in the history
This reverts commit 34c5f80, reversing
changes made to e23cd86.
  • Loading branch information
jimmyjames committed Jul 23, 2020
1 parent c88afbd commit 9eb39f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions src/management/JobsManager.js
Expand Up @@ -362,10 +362,6 @@ JobsManager.prototype.errors = function(params, cb) {
*
* @param {Object} data User data object.
* @param {String} data.user_id ID of the user to be verified.
* @param {String} [data.client_id] client_id of the client (application). If no value provided, the global Client ID will be used.
* @param {Object} [data.identity] Used to verify secondary, federated, and passwordless-email identities.
* @param {String} data.identity.user_id user_id of the identity.
* @param {String} data.identity.provider provider of the identity.
* @param {Function} [cb] Callback function.
*
* @return {Promise|undefined}
Expand Down
8 changes: 0 additions & 8 deletions src/management/TicketsManager.js
Expand Up @@ -98,14 +98,6 @@ TicketsManager.prototype.changePassword = function(data, cb) {
* }
* });
*
* @param {Object} data
* @param {String} [data.result_url] URL the user will be redirected to once ticket is used.
* @param {String} data.user_id user_id for whom the ticket should be created.
* @param {Integer} [data.ttl_sec] Number of seconds for which the ticket is valid before expiration.
* @param {Boolean} [data.includeEmailInRedirect] Whether to include the email address as part of the result_url (true), or not (false).
* @param {Object} [data.identity] Used to verify secondary, federated, and passwordless-email identities.
* @param {String} data.identity.user_id user_id of the identity.
* @param {String} data.identity.provider provider of the identity.
* @param {Function} [cb] Callback function.
* @return {Promise}
*/
Expand Down

0 comments on commit 9eb39f8

Please sign in to comment.