AuthenticationResult.AdditionalResponseParameters 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.
Exposes additional response parameters returned by the token issuer (AAD).
public System.Collections.Generic.IReadOnlyDictionary<string,string> AdditionalResponseParameters { get; }
member this.AdditionalResponseParameters : System.Collections.Generic.IReadOnlyDictionary<string, string>
Public ReadOnly Property AdditionalResponseParameters As IReadOnlyDictionary(Of String, String)
Property Value
Remarks
Not all parameters are added here, only the ones that MSAL doesn't interpret itself and only scalars. Not supported on mobile frameworks (e.g. net6-android or net6-ios)