MsalError.MultipleAccountsForLoginHint Field

Definition

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 

Field Value

Applies to