class Google::Auth::IAMCredentials

def apply!(a_hash)

Adds the credential fields to the hash.
def apply!(a_hash)
  a_hash[SELECTOR_KEY] = @selector
  a_hash[TOKEN_KEY] = @token
  a_hash
end