InitiateOAuth
Specifies the process for obtaining or refreshing the OAuth access token, which maintains user access while an authenticated, authorized user is working.
Possible Values
OFF, GETANDREFRESHData Type
string
Default Value
"OFF"
Remarks
OAuth is an authorization framework that enables applications to obtain limited access to user accounts on an HTTP service. The OAuth flow defines the method to be used for logging in users, exchanging their credentials for an OAuth access token to be used for authentication, and providing limited access to applications.
Zendesk supports the following options for initiating OAuth access:
- OFF: No automatic OAuth flow initiation. The OAuth flow is handled entirely by the user, who will take action to obtain their OAuthAccessToken. Note that with this setting the user must refresh the token manually and reconnect with an updated OAuthAccessToken property when the current token expires.
- GETANDREFRESH: The OAuth flow is handled entirely by the driver. If a token already exists, it is refreshed when necessary. If no token currently exists, it will be obtained by prompting the user to login.