MonoCloud Authentication SDK
    Preparing search index...
    OnBackChannelLogout: (sub?: string, sid?: string) => Promise<void> | void

    Defines a callback function to be invoked when a back-channel logout event is received. This function receives an optional subject identifier (sub) of the user and an optional session identifier (sid).

    Type Declaration

      • (sub?: string, sid?: string): Promise<void> | void
      • Parameters

        • Optionalsub: string

          Optional. The subject identifier (sub) of the user.

        • Optionalsid: string

          Optional. The session identifier (sid) associated with the user's session.

        Returns Promise<void> | void

        A Promise that resolves when the operation is completed, or void.