#4. OAuth 2.0 Flow – What Is A Bearer Token?
I have explained the Flow of OAuth 2.0 in the previous post. In Step C – Request Access Token, I mentioned that the client requests an access token from the Authorization server using the Authorization grant received in step B. Access tokens can have different formats and structures. The bearer token is one of the access tokens. Video…