Google Token Exchange
POST/api/v1/auth/google/token-exchange
Exchange a Google ID token (from mobile SDK) for a SpatialFlow JWT.
Phase 74: when both invite_id and invite_token are provided, the
request is routed through invite_sso_service for strict email-match
reconciliation against the targeted Invitation (INVT-IDENT-01). On
mismatch, no User/SocialAccount/Membership/Invitation mutation occurs.
When invite params are absent, the call falls through to today's
implicit email-match auto-join via provision_workspace_for_new_user (D-22).
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 422
- 503
OK
Unauthorized
Forbidden
Not Found
Conflict
Validation Error
Service Unavailable