You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The options bag for getToken function in MsalBrowser abstract class is only used for AuthenticationRequiredErrorhere and it is not passed into getTokenSilent or doGetToken function. We should pass it to those functions and update the abstract methods to allow for the option bag here
The text was updated successfully, but these errors were encountered:
The
options
bag forgetToken
function inMsalBrowser
abstract class is only used forAuthenticationRequiredError
here and it is not passed intogetTokenSilent
ordoGetToken
function. We should pass it to those functions and update the abstract methods to allow for the option bag hereThe text was updated successfully, but these errors were encountered: