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

io.github.jpmorganchase.fusion.oauth.retriever.TokenRetriever Maven / Gradle / Ivy

package io.github.jpmorganchase.fusion.oauth.retriever;

import io.github.jpmorganchase.fusion.oauth.credential.Credentials;
import io.github.jpmorganchase.fusion.oauth.model.BearerToken;

public interface TokenRetriever {
    BearerToken retrieve(Credentials credentials);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy