PoC of registration with Google 3PID

This commit is contained in:
Maxime Dor
2018-03-10 18:20:54 +01:00
committed by Max Dor
parent 0da1af9869
commit 547cafdd13
6 changed files with 119 additions and 10 deletions

View File

@@ -26,8 +26,8 @@ import com.google.api.client.http.HttpTransport;
import com.google.api.client.json.JsonFactory;
import com.google.api.client.json.jackson2.JacksonFactory;
import io.kamax.matrix.MatrixID;
import io.kamax.matrix.ThreePid;
import io.kamax.matrix._MatrixID;
import io.kamax.mxisd.ThreePid;
import io.kamax.mxisd.UserIdType;
import io.kamax.mxisd.auth.provider.AuthenticatorProvider;
import io.kamax.mxisd.auth.provider.BackendAuthResult;