Many public APIs offer developers the ability to create a "personal access token" as an alternative to OAuth 2.0 for simple scripts. Are there any examples of implementing such a system with Apigee? If not, can you provide an outline of what it would take to implement it?
I was thinking I could use the Edge API to create a developer and app. Then use a custom flow to create a long lived OAuth 2.0 access token for the newly created app.