public class SyncUserInfo extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,String> |
getAccounts()
Returns the accounts associated with this user.
|
String |
getIdentity() |
Map<String,String> |
getMetadata()
Returns the metadata associated with the user.
|
int |
hashCode() |
boolean |
isAdmin() |
public String getIdentity()
public boolean isAdmin()
public Map<String,String> getMetadata()
public Map<String,String> getAccounts()
SyncCredentials.IdentityProvider
and the providerId used in that provider.
Example being ("password", "my@email.com")
, if the user created an account using the standard account creation
supported by the Realm Object Server.
A user can have multiple accounts associated with it.