listenToFrontChannelLogoutRequests abstract method
Stream<OidcFrontChannelLogoutIncomingRequest>
listenToFrontChannelLogoutRequests(
- Uri listenOn,
- 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,
);