diff --git a/platform/identity/src/IdentityAggregator.js b/platform/identity/src/IdentityAggregator.js index 2d92fd4ecc..d134dce740 100644 --- a/platform/identity/src/IdentityAggregator.js +++ b/platform/identity/src/IdentityAggregator.js @@ -38,13 +38,14 @@ define( * no information about the user is available. * * @method IdentityService#getUser - * @returns {Promise.} metadata about the current user + * @returns {Promise.} a promise for metadata about + * the current user */ /** * Metadata about a user. * - * @typedef UserMetadata + * @typedef IdentityMetadata * @property {string} name the user's human-readable name * @property {string} key the user's machine-readable name */