public interface EndSessionController
Modifier and Type | Method and Description |
---|---|
java.util.Optional<io.micronaut.http.MutableHttpResponse<?>> |
endSession(io.micronaut.http.HttpRequest<?> request,
Authentication authentication)
Performs and end session redirect to an OpenID provider.
|
@Secured(value="isAuthenticated()") @Executable java.util.Optional<io.micronaut.http.MutableHttpResponse<?>> endSession(io.micronaut.http.HttpRequest<?> request, Authentication authentication)
request
- The current requestauthentication
- The current authentication