All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.phasetwo.service.auth.AuthenticatorConfigProperties Maven / Gradle / Ivy

There is a newer version: 0.79
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy