ProviderExtensions.GetBetaClient(IProvider) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a GraphServiceClient instance based on the current GlobalProvider, but configured for the beta endpoint.
public static Microsoft.Graph.GraphServiceClient GetBetaClient(this CommunityToolkit.Authentication.IProvider provider);
static member GetBetaClient : CommunityToolkit.Authentication.IProvider -> Microsoft.Graph.GraphServiceClient
<Extension()>
Public Function GetBetaClient (provider As IProvider) As GraphServiceClient
Parameters
- provider
- IProvider
The provider for authenticating Graph calls.
Returns
A GraphServiceClient instance configured for the beta endpoint.