AssistantApiSettingsReauthTrustedDeviceSettings

AI Overview😉

  • The potential purpose of this module is to manage trusted devices for reauthentication in Google Assistant, ensuring secure and seamless interactions between users and devices.
  • This module could impact search results by influencing the ranking of websites that provide trusted device settings, prioritizing those that offer secure and reliable reauthentication experiences. This may lead to more prominent display of websites that are optimized for Google Assistant and trusted device interactions.
  • To be more favorable for this function, a website may:
    • Implement trusted device settings for Google Assistant reauthentication, ensuring secure and seamless interactions.
    • Optimize website content and structure to accommodate Google Assistant's trusted device requirements.
    • Provide clear and concise information about trusted devices and reauthentication processes to improve user experience.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsReauthTrustedDeviceSettings (google_api_content_warehouse v0.4.0)

Settings related to Assistant reauth. go/assistant-reauth-verify-skip Next id: 2

Attributes

  • trustSettingsForClient (type: %{optional(String.t) => GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsReauthTrustedDeviceSettingsTrustSettings.t}, default: nil) - Mapping from integrator client id to device's trust settings. Id from assistant/agent_platform/transactions/reauth/reauth_client.proto.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsReauthTrustedDeviceSettings{
    trustSettingsForClient:
      %{
        optional(String.t()) =>
          GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsReauthTrustedDeviceSettingsTrustSettings.t()
      }
      | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.