...

/

Password Grant

Password Grant

In this lesson, you will get acquainted with the different types of grants and get a deep understanding of password grants.

Different kinds of grants

An authorization grant is where an OAuth2 client is given access to a protected resource using the OAuth2 protocol.

There are many kinds of grants including:

  • Authorization Code

  • Implicit

  • Password

  • Client Credentials

  • Device Code

  • Refresh Token

Amongst these, the safest and most used are the password, the authorization code, and the ...