Options
All
  • Public
  • Public/Protected
  • All
Menu

Object used to expose the login user information.

Example of usage:

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

Hierarchy

  • UserModel

Index

Constructors

Methods

  • getEmptyUserProperties(): User
  • getLoginMessage(): BehaviorSubject<string>
  • getProperties(): BehaviorSubject<User>
  • setLoginMessage(messageState: string): void
  • Set the current login message

    Parameters

    • messageState: string

      The new login message.

    Returns void

Generated using TypeDoc