adp.core.authentication.get_client
- adp.core.authentication.get_client() ConfidentialClientApplication
get_client retrieves an MSAL client application.
The function returns a ConfidentialClient.
- Returns:
an MSAL Application Client (used to retrieve tokes in the following functions)
- Return type:
ClientApplication