MsalServiceException.Claims Property

Definition

Additional claims requested by the service. When this property is not null or empty, this means that the service requires the user to provide additional claims, such as doing two factor authentication. The are two cases:

For more details see https://aka.ms/msal-net-claim-challenge
[System.Text.Json.Serialization.JsonInclude]
public string Claims { get; }
[<System.Text.Json.Serialization.JsonInclude>]
member this.Claims : string
Public ReadOnly Property Claims As String

Property Value

Attributes

Applies to