public class ClientCredentialProvider extends BaseAuthentication implements com.microsoft.graph.authentication.IAuthenticationProvider, com.microsoft.graph.httpcore.ICoreAuthenticationProvider
CloudList| Constructor and Description |
|---|
ClientCredentialProvider(java.lang.String clientId,
java.util.List<java.lang.String> scopes,
java.lang.String clientSecret,
java.lang.String tenant,
NationalCloud nationalCloud) |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticateRequest(com.microsoft.graph.http.IHttpRequest request) |
okhttp3.Request |
authenticateRequest(okhttp3.Request request) |
getAccessTokenSilent, getAuthority, GetAuthority, getClientId, getClientSecret, getNationalCloud, getRedirectUri, getResponse, getScopesAsString, getStartTime, getTenant, setResponse, setStartTimepublic ClientCredentialProvider(java.lang.String clientId,
java.util.List<java.lang.String> scopes,
java.lang.String clientSecret,
java.lang.String tenant,
NationalCloud nationalCloud)
public void authenticateRequest(com.microsoft.graph.http.IHttpRequest request)
authenticateRequest in interface com.microsoft.graph.authentication.IAuthenticationProviderpublic okhttp3.Request authenticateRequest(okhttp3.Request request)
authenticateRequest in interface com.microsoft.graph.httpcore.ICoreAuthenticationProvider