OAuth
Last updated
Was this helpful?
Last updated
Was this helpful?
Common oAuth flows are supported via two "utility" functions:
getAuthorizationUrl()
: Creates the oAuth URL for flows which redirect the end User ( & flows)
requestAccessToken()
: Makes a request to /services/oauth2/token
to get an Access Token. Used by most flows.
See sub sections for examples of each supported flow.
to see full list of parameters for each oAuth flow.