button-icon

Entrar

Entrar
Archi's Academy
    Cursos
    Cursos
  • Projetos
    Projetos
  • Archi's Academy

    Trilhas

    #
  • Blog
    Blog
  • Precos
    Precos
  • Contato
    Contato
  • Para clubes universitarios
    Para clubes universitarios

BLACK FRIDAY

85% de desconto durante todo novembro

whatsapp
Entre em contato
Archi's Academy

Navegacao

  • Precos

Legal

  • Politica de Privacidade
  • Termos de Servico

Contato

+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

Pronto para transformar conhecimento em habilidades reais?

Comece a construir com formacao guiada por projetos e ganhe experiencia pratica desde o primeiro dia.

TOC

Table of Content

  • 01What is an OAuth Grant Type?