AuthenticationHeaderParser.WwwAuthenticateParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)