[Identity] Change type name

Change type name for identity metadata to make it easier
to correlate back to the identity service. nasa/openmctweb#92
This commit is contained in:
Victor Woeltjen 2015-08-28 16:38:36 -07:00
parent ce152881cc
commit 9692596859

View File

@ -38,13 +38,14 @@ define(
* no information about the user is available.
*
* @method IdentityService#getUser
* @returns {Promise.<UserMetadata>} metadata about the current user
* @returns {Promise.<IdentityMetadata>} 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
*/