View Source GoogleAds.Token (GoogleAds v0.1.2)

The struct that represents the Google Ads Token.

Summary

Types

t()

@type t() :: %GoogleAds.Token{
  access_token: String.t(),
  expires_at: String.t(),
  expires_in: integer(),
  refresh_token: String.t(),
  scope: String.t(),
  token_type: String.t()
}

Functions

build(attributes)

@spec build(attributes :: map()) :: t()