OAuth Client Secret Option
The client secret assigned when you register your application with an OAuth authorization server.
Default Value
""
Remarks
OAuth requires you to register your application. As part of the registration you will receive a client Id and a client secret, sometimes also called a consumer secret. You must specify both the OAuthClientId and OAuthClientSecret to connect to an OAuth server.