deUser..::..getApiToken Method
Gets the API token.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
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.