MSAL will return an AuthenticationResult.ts object as a response to all acquire token APIs:
loginPopup, acquireTokenPopup, acquireTokenSilent or handleRedirectPromise
acquireTokenByCode, acquireTokenSilent, acquireTokenByRefreshToken, acquireTokenByDeviceCode
Reference docs for AuthenticationResult expanding on each parameter can be found here.