...
The OAuth 2.0 RFC specifies different "flows" or "grant types" for authentication:
- Authorization Code (Web Server) Flow
- Client Credentials Flow
- Device Code
- Refresh Token
This documentation describes the two . This documentation describes how to use the three most common flows with SOAtest: the web server (authorization code) with or without PKCE and client credentials flows.
See https://oauth.net/2/grant-types/ for additional information about OAuth 2.0 flows.
...