Object used to expose the login user information.

Example of usage:

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

Hierarchy

  • UserModel

Constructors

Methods

  • Returns

    The observable login message.

    Returns BehaviorSubject<string>

  • Set the current login message

    Parameters

    • messageState: string

      The new login message.

    Returns void

Generated using TypeDoc