Share via


AssertionRequestOptions.ClientCapabilities Property

Definition

Capabilities that the client application has declared. If the callback implementer calls the token issuer using another client application object (e.g. ManagedIdentityApplication or ConfidentialClientApplication), the same capabilities should be used there.

public System.Collections.Generic.IEnumerable<string> ClientCapabilities { get; set; }
member this.ClientCapabilities : seq<string> with get, set
Public Property ClientCapabilities As IEnumerable(Of String)

Property Value

Applies to