Click or drag to resize

HoarderServiceClient.CheckApiKey Method

Checks an ApiKey to gain application permissions.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public Task<string[]> CheckApiKey(
	string pin
)

Parameters

pin  String
The API Key to validate.

Return Value

Task<String[]>
A string array of permission names unlocked by a valid API Key. An empty array indicates the API Key is not valid.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if pin is null.
Remarks

Contact the author or host of the Hoarder application suite to obtain an ApiKey to unlock permissions.

See Also