 | HoarderServiceClient.CheckApiKey Method |
Checks an ApiKey to gain application permissions.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic 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
RemarksContact the author or host of the Hoarder application suite to obtain an ApiKey to unlock permissions.
See Also