ODataServiceProvider Class

Provides access to an OData service.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static class ODataServiceProvider
Inheritance
Object    ODataServiceProvider

Properties

Authenticator Authenticator object for high-level authentication interaction.
Credentials The credentials used by the OData service.
Obsolete.
IsUsingOAuth Attribute that determines if provider is configured for OAuth.

Methods

GetODataContext(Uri, SecurityContext) Creates an ODataService from an URI and with the options of impersonating the authentication as current user (default) or system.
GetODataContext(Uri, ICredentials) Gets and OData service.
Obsolete.
GetSystemToken Get token of a process system user.
GetToken Get token for a specific user.
Setup Performs setup of provider using Authenticator object.

See Also