![JAR search and dependency download from the Maven repository](/logo.png)
io.phasetwo.service.auth.AuthenticatorConfigProperties Maven / Gradle / Ivy
package io.phasetwo.service.auth;
import com.google.common.collect.ImmutableList;
import java.util.List;
import org.keycloak.provider.ProviderConfigProperty;
public interface AuthenticatorConfigProperties {
default List getConfigProperties() {
return ImmutableList.of();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy