View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials (google_api_integrations v0.5.1)

Parameters to support Oauth 2.0 Client Credentials Grant Authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details.

Attributes

  • clientId (type: String.t, default: nil) - The client identifier.
  • clientSecret (type: GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1Secret.t, default: nil) - Secret version reference containing the client secret.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials{
    clientId: String.t() | nil,
    clientSecret:
      GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1Secret.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.