AccountLinkingSecret
اطلاعات مربوط به رمز رمزگذاری شده سرویس گیرنده OAuth که در جریان های پیوند حساب (برای نوع کمک مالی AUTH_CODE) استفاده می شود.
نمایندگی YAML |
---|
encryptedClientSecret: string
encryptionKeyVersion: string |
فیلدها |
---|
encryptedClientSecret | string ( bytes format) حساب رمزگذاری شده که متن رمزی مشتری را پیوند می دهد. رشته ای با کد base64. |
encryptionKeyVersion | string نسخه کلید رمزنگاری مورد استفاده برای رمزگذاری راز مشتری پیوند دهنده حساب. توجه داشته باشید که این فیلد در جریان های فشار، پیش نمایش و ایجاد نسخه نادیده گرفته می شود. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-10 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-10 بهوقت ساعت هماهنگ جهانی."],[[["Encrypted OAuth client secrets are used to secure account linking flows with the `AUTH_CODE` grant type."],["The secret is represented in YAML with `encryptedClientSecret` containing the base64-encoded ciphertext and `encryptionKeyVersion` specifying the encryption key's version."],["`encryptedClientSecret` is a base64-encoded string representing the encrypted client secret, and `encryptionKeyVersion` indicates the version of the encryption key used."]]],["The core content details the structure of an encrypted OAuth client secret for account linking. It uses a YAML representation with two key fields: `encryptedClientSecret`, a base64-encoded string containing the encrypted secret ciphertext, and `encryptionKeyVersion`, specifying the crypto key version used for encryption. This information is crucial for understanding how account linking secrets are secured, particularly for the AUTH_CODE grant type. The encryption key version is not used in push, preview or version creation flows.\n"]]