<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.24.0" />

Azure.Core.AuthorizationChallengeParser

A helper class for parsing Authorization challenge headers.
public static string GetChallengeParameterFromResponse(Response response, string challengeScheme, string challengeParameter)

Parses the specified parameter from a challenge hearder found in the specified Response.

public static bool IsCaeClaimsChallenge(Response response)

Determines if the specified HttpMessage is a CAE claims challenge.