Concept Flow - OAuth 2.0 overview
User wants to access resource
Client requests authorization
Authorization Server authenticates user
User grants permission
Authorization Server issues access token
Client uses token to access resource
Resource Server validates token and serves data
End
This flow shows how a user authorizes a client app to access resources securely using tokens.