This commit is contained in:
blagoev 2017-07-11 12:41:36 +03:00
parent 7b9c4eee46
commit fb3979110d
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ class User {
* Get account information for a user. (requires administrator privilidges) * Get account information for a user. (requires administrator privilidges)
* @param {string} provider - the provider to query for user account information (ex. 'password') * @param {string} provider - the provider to query for user account information (ex. 'password')
* @param {string} username - the target username which account information should be retrieved * @param {string} username - the target username which account information should be retrieved
* @returns - json object for the retrieved account information * @returns {Promise} - a promise that will be resolved with the retrieved account information as json object
* @example * @example
* { * {
* "provider_id": "user@email.co", * "provider_id": "user@email.co",