ODataServiceProviderSetup Method

Performs setup of provider using Authenticator object.

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 void Setup(
	IAuthenticator authenticator,
	ICache cache
)

Parameters

authenticator  IAuthenticator

[Missing <param name="authenticator"/> documentation for "M:Scanjour.Workflow4.Base.ODataServiceProvider.Setup(WorkZone.OAuth.Authenticator.IAuthenticator,Scanjour.Workflow4.Base.Cache.ICache)"]

cache  ICache

[Missing <param name="cache"/> documentation for "M:Scanjour.Workflow4.Base.ODataServiceProvider.Setup(WorkZone.OAuth.Authenticator.IAuthenticator,Scanjour.Workflow4.Base.Cache.ICache)"]

See Also