View Source GoogleAds.TokenCache (GoogleAds v0.1.2)
Cache instance for Google Ads tokens.
Summary
Functions
Returns a specification to start this module under a supervisor.
Types
@type prismatic_ref() :: String.t()
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
@spec get(prismatic_ref()) :: GoogleAds.Token.t() | nil
@spec insert(prismatic_ref(), GoogleAds.Token.t(), DateTime.t()) :: :ok