Skip to main content

TcxSchedulerWebServiceStorageOAuth2CustomProvider Class

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

Declaration

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