AuthParamSet
Associates and saves an Authorization Parameter with a Profile
- Stored Procedure
- SQL Server Compatibility: 2008, 2012, 2014, 2016, 2017
EXEC SQLHTTP.net.AuthParamSet @Profile, @Name, @Value
Name | Type | Description |
---|---|---|
@Profile | nvarchar(100) | Profile Name of your choice on which to group one or more parameter Name/Value pairs |
@Name | nvarchar(50) | Parameter Name of your choice |
@Value | nvarchar(4000) | Parameter Value |
1 2 3 4 5 |
EXEC SQLHTTP.net.AuthParamSet @Profile = 'Quickbooks', @Name = 'ConsumerKey', @Value = 'enter-your-QuickBooks-Online-ConsumerKey-value_here' |
- AuthListener
- AuthParam
- AuthParamRemove
- AuthParamsClear
- AuthParamSet
- BasicAuthHeader
- FormDataBuilder
- HttpQueueActivity
- HttpRequest
- HttpSession
- IsUrlValid
- OAuthHeader
- QueryStringBuilder
- RaiseHttpError
- RequestHeaderRemove
- RequestHeaders
- RequestHeaderSet
- RequestPartAdd
- ResponseHeaders
- UrlBuilder
- UrlProperty