会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
AccountLinkingSecret
アカウント リンクのフローで使用される暗号化された OAuth クライアント シークレットに関する情報(AUTH_CODE 権限付与タイプの場合)。
YAML 表現 |
encryptedClientSecret: string
encryptionKeyVersion: string |
フィールド |
encryptedClientSecret |
string (bytes format)
暗号化されたアカウント リンクのクライアント シークレットの暗号テキスト。 Base64 でエンコードされた文字列。
|
encryptionKeyVersion |
string
アカウント リンクのクライアント シークレットの暗号化に使用される暗号鍵のバージョン。このフィールドは、push、プレビュー、バージョン作成フローでは無視されます。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["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"]]