Object used to expose the login user information.

Example of usage:

   (window as any).gmfapi.store.user.getProperties().subscribe({
next: (user: User) => {
...
},
})

Constructors

Methods

  • Returns BehaviorSubject<string>

    The observable login message.

  • Set the current login message

    Parameters

    • messageState: string

      The new login message.

    Returns void

  • Set the current User's properties and state.

    Parameters

    Returns void