FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deUser..::..getApiToken Method

Gets the API token.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool getApiToken(
	string licenseKey,
	out string token,
	int tokenValidForSeconds
)
Public Function getApiToken ( _
	licenseKey As String, _
	<OutAttribute> ByRef token As String, _
	tokenValidForSeconds As Integer _
) As Boolean
public:
bool^ getApiToken(
	String^ licenseKey, 
	[OutAttribute] String^% token, 
	int^ tokenValidForSeconds
)

Parameters

licenseKey
Type: String
The license key.
token
Type: String%
The token.
tokenValidForSeconds
Type: Int32
The token valid for seconds.

Return Value

true if XXXX, false otherwise.