Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LogonCallback

applied on each successful authentication with the Relution server.

The function may be executed multiple times, for example when the session times out. The purpose of it is to call application-specific logons passing information such as credentials of 3rd-tier backend servers.

It is called only as part of online login. Any data returned is stored in LoginResponse.logonInfos and will be made available even on offline login.

Hierarchy

  • LogonCallback

Hierarchy-Diagram

Callable

  • __call(value: any): Promise<any> | any
  • applied on each successful authentication with the Relution server.

    The function may be executed multiple times, for example when the session times out. The purpose of it is to call application-specific logons passing information such as credentials of 3rd-tier backend servers.

    It is called only as part of online login. Any data returned is stored in LoginResponse.logonInfos and will be made available even on offline login.

    Parameters

    • value: any

    Returns Promise<any> | any

Generated using TypeDoc