<PackageReference Include="Microsoft.Identity.Client" Version="4.86.0" />

Microsoft.Identity.Client.AuthenticationInfoParameters

Parameters returned by the Authentication-Info header. This allows for scenarios such as proof-of-possession, etc. See https://www.rfc-editor.org/rfc/rfc7615
public string this[string key] { get; }

Return the RawParameters of key key.

public string NextNonce { get; }

The next nonce to be used in the preceding authentication request.

Create Authentication-Info parameters from the HttpResponseHeaders for each auth scheme.