What is?
OAuth 2.0
An authorization framework enabling delegated access without sharing passwords.
Common flows include authorization code with PKCE for user-facing apps and client credentials for service-to-service.
- Scopes and consent
- PKCE and refresh tokens
- Token introspection
Explore More