class Google::Auth::IAMCredentials

def updater_proc

a closure
Returns a reference to the #apply method, suitable for passing as
def updater_proc
  proc { |a_hash, _opts = {}| apply a_hash }
end