Authentication and authorization
As described in the onboarding guide, different types of applications will use complementary auth models:
- Conventional access token model for secure backend APIs
- Limited access token model for client applications
Code samples for both models are shown in the Secure backend API for limited access tokens including: