InitiateOAuth
Set this property to initiate the process to obtain or refresh the OAuth access token when you connect.
Possible Values
OFF, REFRESH, GETANDREFRESHData Type
string
Default Value
"OFF"
Remarks
The following options are available:
- OFF: Indicates that the OAuth flow will be handled entirely by the user. An OAuthAccessToken will be required to authenticate.
- GETANDREFRESH: Indicates that the entire OAuth Flow will be handled by the provider. If no token currently exists, it will be obtained by prompting the user via the browser. If a token exists, it will be refreshed when applicable.
- REFRESH: Indicates that the provider will only handle refreshing the OAuthAccessToken. The user will never be prompted by the provider to authenticate via the browser. The user must handle obtaining the OAuthAccessToken and OAuthRefreshToken initially.