https://oauth-service.fluzapp.com.
generateUserAccessToken
Mint an access token from an application’s clientId / clientSecret (own account) or from an OAuth authorization code (customer account).
Own-account request
Customer-account request (OAuth code exchange)
Pass thecode returned from the authorize redirect along with the same client credentials. Fluz returns a customer-scoped accessToken for that user.
Response
OAuth authorize redirect
Redirect customers to Fluz’s OAuth authorize URL to start a platform flow.
On success, Fluz redirects to
redirect_uri?code=...&state=.... On denial, redirect_uri?error=access_denied&state=.... Exchange the code via generateUserAccessToken.