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.APIAssembly: NuGardt.Prowl.API (in NuGardt.Prowl.API.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
Parameters
- ProviderKey
- Type:
System String
Your provider API key. Required
- Result
- Type: NuGardt.Prowl.API ProwlResult
Contains the result if applicable.
- NoSSL (Optional)
- Type:
System Boolean
Optional (Default: False). Call the query without utilizing SSL (encryption).
Return Value
Type:Return an System.Exception if an error occurred otherwise Nothing.
Remarks
See Also