Click or drag to resize

SerialKeyGetToken Method

Gets a token from the authentication API.

Namespace: EdiFabric
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public static string GetToken(
	string serialKey
)

Parameters

serialKey  String
The serial key/API key.

Return Value

String
A new token.
Exceptions
ExceptionCondition
ExceptionThrows exception if connection can't be established or is refused by the authentication API.
See Also