/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ /** Identity of the signed-in user, returned by `getUser()`. */ export interface IUser { fullName: string; objectId: string; tenantId: string; } //# sourceMappingURL=Auth.Types.d.ts.map