NuGardt SoftwareProwlService RetrieveTokenBegin Method NuGardt
Get a registration token for use in retrieve/apikey and the associated URL for the user to approve the request. This is the first step in fetching an API key for a user. The token retrieved expires after 24 hours.

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 RetrieveTokenBegin(
	Object Key,
	string ProviderKey,
	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
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