OnBackChannelLogout = (sub?:string,sid?:string) =>Promise<void> |void
Callback invoked when a back-channel logout event is received from the authorization server.
Back-channel logout allows MonoCloud to notify the application that a user session should be terminated without browser interaction.
| Parameter | Type | Description |
|---|---|---|
sub? | string | Optional subject identifier (sub) of the user associated with the logout event. |
sid? | string | Optional session identifier (sid) for the session being terminated. |
Promise<void> | void
Returns a promise or void. Execution completes once logout handling finishes.