Interface MsGraphApiAuthenticatorFactory
- All Known Implementing Classes:
MsalAuthenticatorFactory
public interface MsGraphApiAuthenticatorFactory
Creates an
MsGraphApiAuthenticator
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(String clientId, String clientSecret, String tenantId, AzureApiUriResolver apiUriResolver) Creates a new MsGraphApiAuthenticator instance
-
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) idclientSecret
- microsoft azure ad application's (web app) client keytenantId
- microsoft azure ad tenant's idapiUriResolver
- Endpoint data provider appropriate for given azure ad application's region- Returns:
- a constructed MsGraphApiAuthenticator
-