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

com.microsoft.graph.httpcore.ICoreAuthenticationProvider Maven / Gradle / Ivy

There is a newer version: 3.0.61
Show newest version
package com.microsoft.graph.httpcore;

import okhttp3.Request;

public interface ICoreAuthenticationProvider {
    /**
     * Authenticates the request
     * 
     * @param request the request to authenticate
     * @return Request with Authorization header added to it
     */
    Request authenticateRequest(Request request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy