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 Type
    Method
    Description
    @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 Request
      authentication - The authentication.
      Returns:
      The OpenID provider end session URL.