Saves an authentication key retrieved by the server.
@override Future<void> put(String key) async { _key = key; }