Method: Google::Auth::ServiceAccountJwtHeaderCredentials#updater_proc

Defined in:
lib/googleauth/service_account_jwt_header.rb

#updater_procObject

Returns a reference to the #apply method, suitable for passing as a closure

[View source]

130
131
132
# File 'lib/googleauth/service_account_jwt_header.rb', line 130

def updater_proc
  proc { |a_hash, opts = {}| apply a_hash, opts }
end