View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaAuthToken (google_api_integrations v0.10.1)

The credentials to authenticate a user agent with a server that is put in HTTP Authorization request header.

Attributes

  • token (type: String.t, default: nil) - The token for the auth type.
  • type (type: String.t, default: nil) - Authentication type, e.g. "Basic", "Bearer", etc.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaAuthToken{
  token: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.