videosphere
    Preparing search index...

    Function parseGcpServiceAccountJson

    • Parses and validates a pasted Google Cloud service account JSON string.

      Parameters

      • raw: string

        Raw JSON text from the owner UI.

      Returns { ok: true; value: GcpServiceAccountKey } | { ok: false; error: string }

      Parsed key object, or an error message.