MsalError.UserNullError 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 AcquireTokenSilent(IEnumerable<String>, IAccount) calls when a null user is
passed as the account
parameter. This can be because you have called AcquireTokenSilent with an account
parameter
set to accounts.FirstOrDefault()
but accounts
is empty.
Mitigation
Pass a different account, or otherwise call AcquireTokenInteractive(IEnumerable<String>)public const string UserNullError;
val mutable UserNullError : string
Public Const UserNullError As String