AssertionRequestOptions.ClientCapabilities 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.
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)