Skip to content

Commit 9fd7234

Browse files
committed
Update README.md
1 parent cdef942 commit 9fd7234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ device_credential = DeviceCodeCredential(
3333

3434
Create an authorization provider object and a list of scopes
3535
```python
36-
auth_provider = TokenCredentialAuthProvider(device_credential)
3736
scopes = ['mail.send', 'user.read']
37+
auth_provider = TokenCredentialAuthProvider(scopes, device_credential)
3838
```
3939

4040
```python

0 commit comments

Comments
 (0)