Function: tryParseGoogleUserInfoResponse()
tryParseGoogleUserInfoResponse(
value:unknown):GoogleUserInfoResponse|null
Defined in: electron/services/cloud/providers/googleDrive/googleOpenIdSchemas.ts:28
Parses the Google OpenID Connect userinfo response.
Parameters
value
unknown
Returns
GoogleUserInfoResponse | null
Remarks
This is best-effort and intentionally tolerant: we only validate the fields we use for display.