net.leanix.dropkit.oauth.token.OAuth2TokenConfig Maven / Gradle / Ivy
package net.leanix.dropkit.oauth.token;
import java.security.Key;
public interface OAuth2TokenConfig {
public Key getSigningKey() throws ConfigException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy