Skip to content

Commit f2dc466

Browse files
authored
Rewording the text of link
1 parent 9d0c944 commit f2dc466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/migrate-python-adal-msal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The following code will help you migrate your refresh tokens managed by another
7878
The method for migrating a refresh token is to use MSAL for Python to acquire a new access token using the previous refresh token. When the new refresh token is returned, MSAL for Python will store it in the cache.
7979
Since MSAL Python 1.3.0, we provide an API inside MSAL for this purpose.
8080
Please refer to the following code snippet, quoted from
81-
[a completed Refresh Tokens migrating to MSAL Python Sample](https://github.com/AzureAD/microsoft-authentication-library-for-python/blob/1.3.0/sample/migrate_rt.py#L28-L67)
81+
[a completed sample of migrating refresh tokens with MSAL Python](https://github.com/AzureAD/microsoft-authentication-library-for-python/blob/1.3.0/sample/migrate_rt.py#L28-L67)
8282

8383
```python
8484
import msal

0 commit comments

Comments
 (0)