Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 7f5d50b

Browse files
Update readme
GetAuthenticatedClientAsync is GetAuthenticatedClient
1 parent 49bad87 commit 7f5d50b

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
@@ -104,7 +104,7 @@ If you have a snippet of your own that you would like to run in this project, ju
104104
```cs
105105
try
106106
{
107-
var graphClient = AuthenticationHelper.GetAuthenticatedClientAsync();
107+
var graphClient = AuthenticationHelper.GetAuthenticatedClient();
108108

109109
var currentUserObject = await graphClient.Me.Request().GetAsync();
110110
currentUserName = currentUserObject.DisplayName;

0 commit comments

Comments
 (0)