button-icon

Iniciarsesión

Iniciarsesión
Archi's Academy
    Cursos
    Cursos
  • Proyectos
    Proyectos
  • Archi's Academy

    Tracks

    #
  • Blog
    Blog
  • Precios
    Precios
  • Contacto
    Contacto
  • Para clubs universitarios
    Para clubs universitarios

BLACK FRIDAY

85% de descuento durante todo noviembre

whatsapp
Contáctanos
Archi's Academy

Navegación

  • Precios

Legal

  • Política de privacidad
  • Términos de servicio

Contacto

+1 (217) 200 90 93
Suite No: 8, 400 Emmet Street
Kissimmee, Florida 34741 USA
contact@archisacademy.com

Copyright © Tech Career Yazılım Danışmanlık A.Ş. 2026

instagramlinkedingithubyoutubexfacebook
visamastercardstripeiyzicoamerican-express
ETBIS
  1. Home›
  2. Blog›
  3. OAuth Grant Types

Block Chain

OAuth Grant Types

What is an OAuth Grant Type?

The OAuth Grant Type determines the exact sequence of steps that are involved in the OAuth process. It also affects how the client application communicates with the OAuth service at each stage, including how the access token itself is sent. For this reason, grant types are often referred to as "OAuth flows".
The most common OAuth Grant Types are :
a) Authorization Code: It is used by confidential and public clients to exchange an authorization code for an access token. After the user returns to the client via the redirect URL, the application will get the authorization code from the URL and use it to request an access token.
b) Client Credentials: It is used by clients to obtain an access token outside of the context of a user. This is typically used by clients to access resources about themselves rather than to access a user's resources.
c) Device Code: It is used by browserless or input-constrained devices in the device flow to exchange a previously obtained device code for an access token.
d) Refresh Token: It is used by clients to exchange a refresh token for an access token when the access token has expired. This allows clients to continue to have a valid access token without further interaction with the user.
aswini-harinath-archis-project-managment

Aswini Harinath

Çarşamba, Oca 13, 2021

¿Listo para convertir el conocimiento en habilidades reales?

Empieza a construir con formación guiada por proyectos y gana experiencia práctica desde el primer día.

TOC

Table of Content

  • 01What is an OAuth Grant Type?