class Google::Auth::ServiceAccountJwtHeaderCredentials

def apply a_hash, opts = {}

Returns a clone of a_hash updated with the authorization header
def apply a_hash, opts = {}
  a_copy = a_hash.clone
  apply! a_copy, opts
  a_copy
end