Class Microsoft365TokenProvider

java.lang.Object
com.logicaldoc.core.communication.oauth.Microsoft365TokenProvider
All Implemented Interfaces:
TokenProvider

public class Microsoft365TokenProvider extends Object implements TokenProvider
A TokenProvider used to access the Exchange Online (Microsoft 365)
Since:
8.9.3
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details

    • Microsoft365TokenProvider

      public Microsoft365TokenProvider(String clientSecret, String clientId, String clientTenant)
      Constructor
      Parameters:
      clientSecret - the client Secret
      clientId - the client ID
      clientTenant - the client Tenant
  • Method Details