From 9692596859643dabb73ddc71945e0e20c8ab95a1 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 28 Aug 2015 16:38:36 -0700 Subject: [PATCH] [Identity] Change type name Change type name for identity metadata to make it easier to correlate back to the identity service. nasa/openmctweb#92 --- platform/identity/src/IdentityAggregator.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 */