Signal sent by the DirectorySessionInterface when the refresh access rights procedure has failed after a call to refreshAccessRightsInfo.
The attachment for events of this type is an object that contains the field message ( typescript { "message": "description of the error"}).
Signal sent by the DirectorySessionInterface when the list of available builds and projects have been refreshed i.e. after a call to refreshAccessRightsInfo.
The attachment for events of this type is a ConnectionData.
Signal sent by the DirectorySessionInterface when the user has effectively logged off i.e. after a call to closeDirectorySession.
No attachment for events of this type.
Signal sent by the DirectorySessionInterface when the login procedure has failed after a call to getPopupBasedAuthenticationUrl.
The attachment for events of this type is an object that contains the field message ( typescript { "message": "description of the error"}).
Signal sent by the DirectorySessionInterface when the user has been logged in after a call to getPopupBasedAuthenticationUrl.
The attachment for events of this type is a ConnectionData.
The DirectorySessionInterfaceSignal lists all the signals that may be sent by the DirectorySessionInterface.
These signals are emitted by the DirectorySessionInterface when
Please refer to [DirectorySessionInterface](../interfaces/DirectorySessionInterface.html) for more information.
See
DirectorySessionInterface