共用方式為


MsalError.MultipleAccountsForLoginHint Field

Definition

Overloads

MultipleAccountsForLoginHint

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

MultipleAccountsForLoginHint

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