Deletes old tokens and invalidates the token session at the IdP.
@override Future<bool> logout() async { // TODO(poq): implement logout //throw UnimplementedError(); _invalidateLoginState(); return true; }