com.microsoft.bingads.internal.OAuthService Maven / Gradle / Ivy
package com.microsoft.bingads.internal;
import java.net.URL;
import java.util.Map;
import com.microsoft.bingads.OAuthScope;
import com.microsoft.bingads.OAuthTokens;
public interface OAuthService {
OAuthTokens getAccessTokens(OAuthRequestParameters oAuthParameters, OAuthScope oAuthScope, String tenant, Map additionalParams);
URL getRedirectUrl(OAuthScope oAuthScope);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy