Build OAuth 2.0 authorization URLs, parse callback responses, and decode access tokens.
Paste the full callback URL (with query params or hash fragment) to extract the authorization code, token, or error.
Paste a JWT access token or ID token to decode its header and payload.