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

com.github.davidmoten.microsoft.authentication.Authenticator Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
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