KVSDMSAuthOAuth20ClientCredent#
Implements KVSDMSAuthorization. Summary: Contains methods to handle the authentication part based on Client Credentials () using OAuth 2.0 client credentials grant flow. For infos regarding OAuth 2.0 client credentials flow visit https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow
Procedures#
Authorize(HttpRequestMessage) :#
Summary: Authorizes an HTTP request by providing the needed authorization information to it.
procedure Authorize(var httpRequest: HttpRequestMessage):
Parameters:
httpRequest
: The HTTP request to authorize.