ODataServiceProviderGetToken Method

Scanjour Workflow4 Reference Manual
Get token for a specific user.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static string GetToken(
	string clientId,
	string clientSecret
)

Parameters

clientId
Type: SystemString

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

clientSecret
Type: SystemString

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

Return Value

Type: String

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

See Also

Reference