Please enable JavaScript.
Coggle requires JavaScript to display documents.
Oauth 2.0 - Coggle Diagram
Oauth 2.0
Jargons
- Resource Owner (eg: Gmail Account)
- Client ( eg: Pinterest.com)
- Authorizatoin Server (eg: Google )
- Resource Server: Server which Client wants to use on behalf of Res Owner (eg: Gmail)
-
- Client ID: Identify Clients with Auth Server
- Client Secret: P/s which only client and auth server knows
- Auth Code: Token Auth Server issues to Client and Client resends Auth Code with Access token
-