io.github.jpmorganchase.fusion.oauth.provider.SessionTokenProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fusion-sdk Show documentation
Show all versions of fusion-sdk Show documentation
A Java SDK for the Fusion platform API
package io.github.jpmorganchase.fusion.oauth.provider;
import io.github.jpmorganchase.fusion.oauth.credential.Credentials;
public interface SessionTokenProvider {
default String getSessionBearerToken() {
return null;
}
default void updateCredentials(Credentials credentials) {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy