Interface EndSessionEndpoint
-
- All Known Implementing Classes:
AbstractEndSessionRequest,Auth0EndSessionEndpoint,AwsCognitoEndSessionEndpoint,OktaEndSessionEndpoint
public interface EndSessionEndpointRepresents the end session endpoint of an OpenID provider.- Since:
- 1.2.0
- Author:
- Sergio del Amo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetUrl(io.micronaut.http.HttpRequest originating, Authentication authentication)
-
-
-
Method Detail
-
getUrl
@Nullable java.lang.String getUrl(io.micronaut.http.HttpRequest originating, Authentication authentication)- Parameters:
originating- The Originating HTTP Requestauthentication- The authentication.- Returns:
- The OpenID provider end session URL.
-
-