public class MsalAuthenticatorFactory extends Object implements MsGraphApiAuthenticatorFactory
| Constructor and Description |
|---|
MsalAuthenticatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
MsGraphApiAuthenticator |
create(String clientId,
String clientSecret,
String tenantId,
AzureApiUriResolver apiUriResolver)
Creates a new MsGraphApiAuthenticator instance
|
public MsGraphApiAuthenticator create(String clientId, String clientSecret, String tenantId, AzureApiUriResolver apiUriResolver)
MsGraphApiAuthenticatorFactorycreate in interface MsGraphApiAuthenticatorFactoryclientId - 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 regionCopyright © 2022 Atlassian. All rights reserved.