
com.github.saphyra.authservice.auth.ErrorResponseResolver Maven / Gradle / Ivy
The newest version!
package com.github.saphyra.authservice.auth;
import com.github.saphyra.authservice.auth.domain.AuthContext;
import com.github.saphyra.authservice.auth.domain.RestErrorResponse;
public interface ErrorResponseResolver {
RestErrorResponse getRestErrorResponse(AuthContext authContext);
String getRedirectionPath(AuthContext authContext);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy