Authentication Flows
This service supports multiple ways to authenticate:
- The Authorization Code Flow is used by clients which are interactive. These clients work with a web browser to guide the user through Authentication and Authorization. This is the preferred flow and should be used whenever possible.
- The Password Limited Flow is used by clients which are not interactive. These clients run on servers and retrieve data using the Data API Workflow on behalf of a limited number of users.