AuthenticationHeaderParser.WwwAuthenticateParameters Property

Definition

Parameters returned by the WWW-Authenticate header. This allows for dynamic scenarios such as Claims challenge, Continuous Access Evaluation (CAE), and Conditional Access auth context. See our documentation for additional details.

public System.Collections.Generic.IReadOnlyList<Microsoft.Identity.Client.WwwAuthenticateParameters> WwwAuthenticateParameters { get; }
member this.WwwAuthenticateParameters : System.Collections.Generic.IReadOnlyList<Microsoft.Identity.Client.WwwAuthenticateParameters>
Public ReadOnly Property WwwAuthenticateParameters As IReadOnlyList(Of WwwAuthenticateParameters)

Property Value

Applies to