View Source GoogleApi.Connectors.V1.Model.AuthorizationCodeLink (google_api_connectors v0.5.0)

This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow.

Attributes

  • clientId (type: String.t, default: nil) - The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
  • enablePkce (type: boolean(), default: nil) - Whether to enable PKCE for the auth code flow.
  • scopes (type: list(String.t), default: nil) - The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
  • uri (type: String.t, default: nil) - The base URI the user must click to trigger the authorization code login flow.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.AuthorizationCodeLink{
  clientId: String.t() | nil,
  enablePkce: boolean() | nil,
  scopes: [String.t()] | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.