OAuthVerifier
Specifies a verifier code returned from the OAuthAuthorizationURL . Used when authenticating to OAuth on a headless server, where a browser can't be launched. Requires both OAuthSettingsLocation and OAuthVerifier to be set.
Data Type
string
Default Value
""
Remarks
Note: The verifier code returned from OAuth authorization URL needs to be base64 decoded before using.
For detailed instructions about how to obtain the OAuthVerifier value, see Establishing a Connection.