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*/
|
||||
|
||||
/**
|
||||
* Defines interfaces and common infrastructure for establishing
|
||||
* a user's identity.
|
||||
* @namespace platform/identity
|
||||
*/
|
||||
define(
|
||||
function () {
|
||||
"use strict";
|
||||
@ -55,6 +60,7 @@ define(
|
||||
* defined identity provided by any provider, according to
|
||||
* priority order.
|
||||
*
|
||||
* @constructor
|
||||
* @implements {IdentityService}
|
||||
* @memberof platform/identity
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user