fix docs
This commit is contained in:
parent
7b9c4eee46
commit
fb3979110d
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue