Save an authentication token.
This is called automatically when the server sends a new identity token.
@override Future<void> saveToken(String token) async { _token = token; }