NuGardt SoftwareProwlService RetrieveApiKeyBegin Method NuGardt
Get an API key from a registration token retrieved in retrieve/token. The user must have approved your request first, or you will get an error response. This is the second/final step in fetching an API key for a user.

Namespace: NuGardt.Prowl.API
Assembly: NuGardt.Prowl.API (in NuGardt.Prowl.API.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax

public static IAsyncResult RetrieveApiKeyBegin(
	Object Key,
	string ProviderKey,
	string Token,
	AsyncCallback Callback,
	bool NoSSL = false
)

Parameters

Key
Type: OnlineSystem Object
Your own Key for tracking asynchronous calls.
ProviderKey
Type: OnlineSystem String
Your provider API key. Required.
Token
Type: OnlineSystem String
The token returned from retrieve/token. Required.
Callback
Type: OnlineSystem AsyncCallback
Method to call on completion or failure.
NoSSL (Optional)
Type: OnlineSystem Boolean
Optional (Default: False). Call the query without utilizing SSL (encryption).

Return Value

Type: OnlineIAsyncResult
Returns an System.IAsyncResult.
Remarks

See Also