Click or drag to resize

ODataServiceProviderSetup Method

Performs setup of provider using Authenticator object.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
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