MsalError.UserAssertionNullError Field
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.
This error code comes back from AcquireTokenOnBehalfOf(IEnumerable<String>, UserAssertion)
calls when a null user assertion is passed as the UserAssertion
parameter.
Mitigation
Pass a valid value for user assertionpublic const string UserAssertionNullError;
val mutable UserAssertionNullError : string
Public Const UserAssertionNullError As String