Add support for a new InteractiveBrowserCredentialOptions property to allow the developer to specify a login hint to avoid the account selection prompt.
When this hint is supplied to MSAL, the account selection prompt should be suppressed with the appropriate MSAL configuration.
Add support for a new
InteractiveBrowserCredentialOptionsproperty to allow the developer to specify a login hint to avoid the account selection prompt.When this hint is supplied to MSAL, the account selection prompt should be suppressed with the appropriate MSAL configuration.