ODataServiceProviderGetToken Method

Get token for a specific user.

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 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