Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerWebServiceStorageOAuth2CustomProvider Class

The base class for all classes that implement online event data providers that use the OAuth 2.0 authentication protocol.

#Declaration

Delphi
TcxSchedulerWebServiceStorageOAuth2CustomProvider = class abstract(TcxSchedulerWebServiceStorageCustomProvider, IdxOAuth2AuthorizationAgentScopeRequestor)

#Remarks

This abstract class does not introduce any new public members, it only implements the core functionality required to work with authorization agents that use the OAuth 2.0 authentication protocol. You can create a specific OAuth 2.0-compatible event data provider in a web service storage resource by assigning the class name of a direct TcxSchedulerWebServiceStorageOAuth2CustomProvider class descendant (TcxSchedulerWebServiceStorageGoogleProvider or TcxSchedulerWebServiceStorageOfficeProvider) to the resource’s ProviderClassName property. Alternatively, you can assign the corresponding class-reference to the resource’s ProviderClass property.

The newly created event data provider is accessible via the resource’s Provider property.

Refer to the TcxSchedulerWebServiceStorageCustomProvider class description for detailed information on the core functionality of all online event data providers.

#Inheritance

See Also