The verifier code returned from the OAuth authorization URL.
Data Type
string
Default Value
""
Remarks
The verifier code returned from the OAuth authorization URL. This can be used on systems where a
browser cannot be launched such as headless systems.
Authentication on Headless Machines
See to obtain the OAuthVerifier value.
Set
OAuthSettingsLocation along with
OAuthVerifier. When you connect, the adapter exchanges the OAuthVerifier for the OAuth
authentication tokens and saves them, encrypted, to the specified file. Set InitiateOAuth to GETANDREFRESH automate the exchange.
Once the OAuth settings file has been generated, you can remove OAuthVerifier from the
connection properties
and connect with OAuthSettingsLocation set.
To automatically refresh the OAuth token values,
set OAuthSettingsLocation and additionally set
InitiateOAuth to REFRESH.