MsalError.MultipleAccountsForLoginHint 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 denotes that multiple accounts were found having the same login hint and MSAL cannot choose one. Please use WithAccount(IAccount) to specify the account
public const string MultipleAccountsForLoginHint;
val mutable MultipleAccountsForLoginHint : string
Public Const MultipleAccountsForLoginHint As String