OAuth client for production

Hi,

Just a quick question, the OAuth client to make Platform API calls, this can be created in Genesys Non Prod and used to make API calls to both non prod and production code version. As far as I've observed, there is no option to create oauth client in Genesys Prod. Is this understanding right?

Thanks,
Sridevi

All orgs you have access to are production orgs. If you use it for non-production purposes from your perspective, that's fine, but is not a distinction Genesys makes as far as platform services are concerned. Any OAuth client can be used to authorize against any org within the region in which it was created*.

Edit: Implicit and auth code grants can be created in one region and used to authorize a user in any region. All other grant types only apply to the region in which they were created.

Got it, thanks!