Microsoft.Identity.Client.IByRefreshToken
AcquireTokenByRefreshTokenParameterBuilder AcquireTokenByRefreshToken(IEnumerable<string> scopes, string refreshToken)
Acquires an access token from an existing refresh token and stores it, and the refresh token, in
the user token cache, where it will be available for further AcquireTokenSilent calls.
This method can be used in migration to MSAL from ADAL v2, and in various integration
scenarios where you have a RefreshToken available.
See https://aka.ms/msal-net-migration-adal2-msal2.