Added/storing auth provider id

This commit is contained in:
M66B
2019-12-21 16:03:57 +01:00
parent e80bc630e1
commit 02dfb75542
14 changed files with 2271 additions and 198 deletions

View File

@@ -72,6 +72,7 @@ public class EntityIdentity {
public Integer port;
@NonNull
public Integer auth_type;
public String provider;
@NonNull
public String user;
@NonNull