mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 06:27:48 +00:00
[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:
parent
ce152881cc
commit
9692596859
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user