azure-core
Loading...
Searching...
No Matches
token_credential_options.hpp
Go to the documentation of this file.
1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
9#pragma once
10
12
13namespace Azure { namespace Core { namespace Credentials {
18 struct TokenCredentialOptions : public Azure::Core::_internal::ClientOptions
19 {
20 };
21}}} // namespace Azure::Core::Credentials
Base type for all client option types, exposes various common client options like Retry and Transport...
Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512.
Definition azure_assert.hpp:57
Client options for Azure::Core::Credentials::TokenCredential.
Definition token_credential_options.hpp:19