15namespace Azure {
namespace Core {
namespace Credentials {
17 class AuthorizationChallengeHelper final {
19 static std::string
const& GetChallenge(Http::RawResponse
const& response);
24 class AuthorizationChallengeParser final {
26 AuthorizationChallengeParser() =
delete;
27 ~AuthorizationChallengeParser() =
delete;
39 static std::string GetChallengeParameter(
40 std::string
const& challenge,
41 std::string
const& challengeScheme,
42 std::string
const& challengeParameter);
Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512.
Definition azure_assert.hpp:57
Define the HTTP raw response.