com.github.davidmoten.microsoft.authentication.Authenticator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-client-microsoft-client-builder Show documentation
Show all versions of odata-client-microsoft-client-builder Show documentation
Builds client for Microsoft Graph 1.0 and Beta, includes MsGraph authentication support
package com.github.davidmoten.microsoft.authentication;
import java.net.URL;
import java.util.List;
import com.github.davidmoten.odata.client.RequestHeader;
@FunctionalInterface
public interface Authenticator {
List authenticate(URL url, List requestHeaders);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy