AcquireTokenOptions.ExtraParameters 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.
An property bag used for extensiblity.
public System.Collections.Generic.IDictionary<string,object>? ExtraParameters { get; set; }
member this.ExtraParameters : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property ExtraParameters As IDictionary(Of String, Object)
Property Value
Remarks
Not meant to be used by application developers, but by other SDKs.