public class Auth0EndSessionEndpoint extends AbstractEndSessionRequest
clientConfiguration, endSessionCallbackUrlBuilder, providerMetadata| Constructor and Description | 
|---|
| Auth0EndSessionEndpoint(EndSessionCallbackUrlBuilder endSessionCallbackUrlBuilder,
                       OauthClientConfiguration clientConfiguration,
                       OpenIdProviderMetadata providerMetadata) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.util.Map<java.lang.String,java.lang.Object> | getArguments(io.micronaut.http.HttpRequest originating,
            Authentication authentication) | 
| protected java.lang.String | getUrl() | 
getRedirectUri, getUrlpublic Auth0EndSessionEndpoint(EndSessionCallbackUrlBuilder endSessionCallbackUrlBuilder, OauthClientConfiguration clientConfiguration, OpenIdProviderMetadata providerMetadata)
endSessionCallbackUrlBuilder - The end session callback URL builderclientConfiguration - The client configurationproviderMetadata - The provider metadataprotected java.lang.String getUrl()
getUrl in class AbstractEndSessionRequestprotected java.util.Map<java.lang.String,java.lang.Object> getArguments(io.micronaut.http.HttpRequest originating,
                                                                        Authentication authentication)
getArguments in class AbstractEndSessionRequestoriginating - The originating requestauthentication - The authentication