 | SerialKeyGetToken Method |
Gets a token from the authentication API.
Namespace: EdiFabricAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntaxpublic static string GetToken(
string serialKey
)
Public Shared Function GetToken (
serialKey As String
) As String
Parameters
- serialKey String
- The serial key/API key.
Return Value
StringA new token.
ExceptionsException | Condition |
---|
Exception | Throws exception if connection can't be established or is refused by the authentication API. |
See Also