com.github.davidmoten.microsoft.authentication.AccessTokenProvider 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.util.function.Supplier;
@FunctionalInterface
public interface AccessTokenProvider extends Supplier {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy