NuGardt SoftwareProwlService RetrieveToken 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 Exception RetrieveToken(
	string ProviderKey,
	out ProwlResult Result,
	bool NoSSL = false
)

Parameters

ProviderKey
Type: OnlineSystem String
Your provider API key. Required
Result
Type: NuGardt.Prowl.API ProwlResult 
Contains the result if applicable.
NoSSL (Optional)
Type: OnlineSystem Boolean
Optional (Default: False). Call the query without utilizing SSL (encryption).

Return Value

Type: OnlineException
Return an System.Exception if an error occurred otherwise Nothing.
Remarks

See Also