Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 632 Bytes

File metadata and controls

9 lines (6 loc) · 632 Bytes

MSAL will return an AuthenticationResult.ts object as a response to all acquire token APIs:

msal-browser public APIs for token acquisition:

loginPopup, acquireTokenPopup, acquireTokenSilent or handleRedirectPromise

msal-node public APIs for token acquisition:

acquireTokenByCode, acquireTokenSilent, acquireTokenByRefreshToken, acquireTokenByDeviceCode

Reference docs for AuthenticationResult expanding on each parameter can be found here.