mirror of
https://github.com/nasa/openmct.git
synced 2025-01-18 18:57:01 +00:00
parent
9692596859
commit
eb4ea8f2d4
@ -21,6 +21,11 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
/*global define*/
|
/*global define*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Defines interfaces and common infrastructure for establishing
|
||||||
|
* a user's identity.
|
||||||
|
* @namespace platform/identity
|
||||||
|
*/
|
||||||
define(
|
define(
|
||||||
function () {
|
function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
@ -55,6 +60,7 @@ define(
|
|||||||
* defined identity provided by any provider, according to
|
* defined identity provided by any provider, according to
|
||||||
* priority order.
|
* priority order.
|
||||||
*
|
*
|
||||||
|
* @constructor
|
||||||
* @implements {IdentityService}
|
* @implements {IdentityService}
|
||||||
* @memberof platform/identity
|
* @memberof platform/identity
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user