Explore OAuth 2.0 flows: Authorization Code, Client Credentials, and more.
The most common OAuth flow. After user authentication, the client receives an authorization code and exchanges it for an access token and refresh token.
Designed for single-page applications. The access token is returned directly to the client without an intermediate authorization code.
Designed for single-page applications. The access token is returned directly to the client without an intermediate authorization code.
Allows users to provide their username and password directly to the client, which then exchanges them for an access token.