public interface SuccessfulIdTokenAccessTokenResponseHandler
IdTokenAccessTokenResponse.| Modifier and Type | Method and Description |
|---|---|
io.micronaut.http.HttpResponse |
handle(io.micronaut.http.HttpRequest request,
AuthenticationResponse authenticationResponse,
IdTokenAccessTokenResponse idTokenAccessTokenResponse,
io.micronaut.security.authentication.Authentication authentication) |
io.micronaut.http.HttpResponse handle(io.micronaut.http.HttpRequest request,
AuthenticationResponse authenticationResponse,
IdTokenAccessTokenResponse idTokenAccessTokenResponse,
io.micronaut.security.authentication.Authentication authentication)
request - The HTTP requestauthenticationResponse - The authentication responseidTokenAccessTokenResponse - The ID Token Access Token response.authentication - The authentication