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

io.github.jpmorganchase.fusion.oauth.provider.DatasetTokenProvider Maven / Gradle / Ivy

There is a newer version: 0.0.14
Show newest version
package io.github.jpmorganchase.fusion.oauth.provider;

public interface DatasetTokenProvider {

    default String getDatasetBearerToken(String catalog, String dataset) {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy