View Source GoogleApi.Looker.V1.Model.OAuthConfig (google_api_looker v0.5.1)

Looker instance OAuth login settings.

Attributes

  • clientId (type: String.t, default: nil) - Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
  • clientSecret (type: String.t, default: nil) - Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Looker.V1.Model.OAuthConfig{
  clientId: String.t() | nil,
  clientSecret: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.