Future<String> getIdToken([bool forceLogin = false]) async { await this.updateToken(10); return this._keycloak.idToken; }