Click or drag to resize

ODataServiceProviderGetToken Method

Get token for a specific user.

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 string GetToken(
	string clientId,
	string clientSecret
)

Parameters

clientId  String

[Missing <param name="clientId"/> documentation for "M:Scanjour.Workflow4.Base.ODataServiceProvider.GetToken(System.String,System.String)"]

clientSecret  String

[Missing <param name="clientSecret"/> documentation for "M:Scanjour.Workflow4.Base.ODataServiceProvider.GetToken(System.String,System.String)"]

Return Value

String

[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.ODataServiceProvider.GetToken(System.String,System.String)"]

See Also