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
-
Method Summary
-
Method Details
-
getUrl
@Nullable @Nullable String getUrl(io.micronaut.http.HttpRequest<?> originating, io.micronaut.security.authentication.Authentication authentication) - Parameters:
originating- The Originating HTTP Requestauthentication- The authentication.- Returns:
- The OpenID provider end session URL.
-