We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf0f94 commit aab1bafCopy full SHA for aab1baf
2-WebApp-graph-user/2-1-Call-MSGraph/Services/GraphServiceClientFactory.cs
@@ -9,7 +9,7 @@ namespace WebApp_OpenIDConnect_DotNet.Services
9
public class GraphServiceClientFactory
10
{
11
public static GraphServiceClient GetAuthenticatedGraphClient(Func<Task<string>> acquireAccessToken,
12
- string baseUrl = null)
+ string baseUrl)
13
14
15
return new GraphServiceClient(baseUrl, new CustomAuthenticationProvider(acquireAccessToken));
0 commit comments