Interface MsGraphApiAuthenticator
- All Known Implementing Classes:
MsalAuthenticator
public interface MsGraphApiAuthenticator
Handles authenticating to Microsoft Graph using the MSAL library
-
Method Summary
Modifier and TypeMethodDescriptioncom.microsoft.aad.msal4j.IAuthenticationResultAuthenticates to Microsoft Graph
-
Method Details
-
getApiToken
Authenticates to Microsoft Graph- Returns:
- result containing the access token and expiry information
- Throws:
OperationFailedException- in case of unexpected failure
-