Object used to expose the login user information.
Example of usage:
(window as any).gmfapi.store.user.getProperties().subscribe({ next: (user: User) => { ... }, })
an empty user.
The observable login message.
the observable user's properties.
the current user state.
Set the current login message
The new login message.
Set the current User's properties and state.
The new user
The new state
Generated using TypeDoc
Object used to expose the login user information.
Example of usage: