Google OAuth 2.0 is Google’s implementation of the OAuth 2.0 authorization framework, enabling developers to securely grant applications access to Google APIs on behalf of users—without sharing passwords. It supports multiple flows (web, mobile, desktop, device), uses scopes like email, profile, and openid, and provides access and refresh tokens for long-term, delegated access.