class Google::Auth::ServiceAccountJwtHeaderCredentials

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, opts }
end