DEVPANTRY.COM
All 17 Templates/Auth & SSO/Google OAuth 2.0 & OpenID Connect
Need Columnar Tables GUI? Go to Schema Studio
Auth & SSOGoogle Identity ServicesJSON & TypeScript Fixtures

Google OAuth 2.0 & OpenID Connect

Returned by POST https://oauth2.googleapis.com/token upon exchanging authorization_code.

CHAOS ENTROPY:75%
HTTP:
VARIATION:
HTTP 200 OKmode: chaos
size: 0.4 KB
{
  "access_token": "ya29.a0AfH6SMD...sample_google_access_token...",
  "expires_in": 3599,
  "refresh_token": "1//04hW8rK...sample_google_refresh_token...",
  "scope": "openid https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile",
  "token_type": "Bearer",
  "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjRiOWE...sample_google_id_token_jwt..."
}
Related Production API Chaos TemplatesBrowse All 17 Templates