Auth & SSOGoogle Identity ServicesJSON & TypeScript Fixtures
Google OAuth 2.0 & OpenID Connect
Returned by POST https://oauth2.googleapis.com/token upon exchanging authorization_code.
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
GitHub REST API v3Auth & SSO
GitHub OAuth App / GitHub Apps
View Chaos Schema
AppleAuth & SSO
Sign in with Apple (Apple ID OAuth 2.0 / OIDC)
View Chaos Schema
Supabase (Open Source Firebase Alternative)Auth & SSO
Supabase Auth (GoTrue)
View Chaos Schema
Open Source Universal Authentication LibraryAuth & SSO
Auth.js (NextAuth.js)
View Chaos Schema