AuthenticatedClient constructor
AuthenticatedClient(
- AzureAuthAbstract _authenticationProvider
Constructor to initialize the AuthenticatedClient instance.
Parameters:
_authenticationProvider
: The TokenProvider to obtain the bearer token for authentication.
Implementation
AuthenticatedClient(this._authenticationProvider);