The getUser() method allows to get information about the current user. It is the same information as the User variable.
For example:
const status = FluidTopicsAuthenticationService.getUser();
console.log(status.isAuthenticated);
The getUser() method allows to get information about the current user. It is the same information as the User variable.
For example:
const status = FluidTopicsAuthenticationService.getUser();
console.log(status.isAuthenticated);