GoogleApi.Connectors.V2.Model.ExchangeAuthCodeRequest (google_api_connectors v0.18.0)

View Source

ExchangeAuthCodeRequest currently includes the auth code data.

Attributes

  • authCodeData (type: GoogleApi.Connectors.V2.Model.AuthCodeData.t, default: nil) - Optional. AuthCodeData contains the data the runtime requires to exchange for access and refresh tokens. If the data is not provided, the runtime will read the data from the secret manager.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Connectors.V2.Model.ExchangeAuthCodeRequest{
  authCodeData: GoogleApi.Connectors.V2.Model.AuthCodeData.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.