View Source GoogleApi.Connectors.V2.Model.RefreshAccessTokenRequest (google_api_connectors v0.16.0)

RefreshAccessTokenRequest includes the refresh token.

Attributes

  • refreshToken (type: String.t, default: nil) - Optional. Refresh Token String. If the Refresh Token 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

@type t() :: %GoogleApi.Connectors.V2.Model.RefreshAccessTokenRequest{
  refreshToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.