Interface MsGraphApiAuthenticatorFactory

All Known Implementing Classes:
MsalAuthenticatorFactory

public interface MsGraphApiAuthenticatorFactory
  • Method Details

    • create

      MsGraphApiAuthenticator create(String clientId, String clientSecret, String tenantId, AzureApiUriResolver apiUriResolver)
      Creates a new MsGraphApiAuthenticator instance
      Parameters:
      clientId - microsoft azure ad application's (web app) id
      clientSecret - microsoft azure ad application's (web app) client key
      tenantId - microsoft azure ad tenant's id
      apiUriResolver - Endpoint data provider appropriate for given azure ad application's region
      Returns:
      a constructed MsGraphApiAuthenticator