This page is for Authlete 2.x. For current (3.0) documentation, see this page.
Core Concepts
Choosing OAuth 2.0 Flow
An article on how to choose the best OAuth 2.0 flow.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
An article on how to choose the best OAuth 2.0 flow.
| Flow | Authorization Endpoint | Token Endpoint |
|---|---|---|
| Authorization Code | Authorization Code | Access token, Refresh token |
| Implicit | Access Token | - |
| Resource Owner Passwords Credentials | - | Access token, Refresh token |
| Client Credentials | - | Access token |
| Refresh Token | - | Access token, Refresh token |