# OAuth 2.0 Authorization Code Flow
3 min read
The OAuth 2.0 authorization code flow is a secure and widely adopted method for obtaining access tokens to access user resources on behalf of the user.
The OAuth 2.0 authorization code flow is a secure and widely adopted method for obtaining access tokens to access user resources on behalf of the user.
Below is a table summarizing the different grant types in OAuth 2.0 along with brief descriptions and recommendations regarding their use: