# File lib/googleauth/stores/file_token_store.rb, line 53
        def store id, token
          @store.transaction { @store[id] = token }
        end