listenToFrontChannelLogoutRequests abstract method

Stream<OidcFrontChannelLogoutIncomingRequest> listenToFrontChannelLogoutRequests(
  1. Uri listenOn,
  2. OidcFrontChannelRequestListeningOptions options
)

Listens to incoming front channel logout requests. returns an empty stream on non-supported platforms.

Implementation

Stream<OidcFrontChannelLogoutIncomingRequest>
    listenToFrontChannelLogoutRequests(
  Uri listenOn,
  OidcFrontChannelRequestListeningOptions options,
);