Grant types in OAuth 2.0
The grant type is how OAuth 2.0’s Authorization Server can process and verify that the Client Application is eligible for access to the Resource Server. There are 5 types of grant types that OAuth 2.0 defines in its spec: Authorization Code Implicit Resource Owner Password… Read More