Interface EndSessionEndpoint
- All Known Implementing Classes:
AbstractEndSessionRequest
,Auth0EndSessionEndpoint
,AwsCognitoEndSessionEndpoint
,KeycloakEndSessionEndpoint
,OktaEndSessionEndpoint
public interface EndSessionEndpoint
Represents the end session endpoint of an OpenID provider.
- Since:
- 1.2.0
- Author:
- Sergio del Amo
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
getUrl
(io.micronaut.http.HttpRequest<?> originating, Authentication authentication)
-
Method Details
-
getUrl
@Nullable @Nullable String getUrl(io.micronaut.http.HttpRequest<?> originating, Authentication authentication) - Parameters:
originating
- The Originating HTTP Requestauthentication
- The authentication.- Returns:
- The OpenID provider end session URL.
-