public static final class SyncCredentials.IdentityProvider extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACCESS_TOKEN
The provided identity is an already registered user (represented by the access token).
|
static String |
ANONYMOUS
Credentials do not require user/password (anonymous user).
|
static String |
DEBUG
Any credentials verified by the debug identity provider will always be considered valid.
|
static String |
FACEBOOK
Credentials will be verified by Facebook.
|
static String |
GOOGLE
Credentials will be verified by Google.
|
static String |
JWT
Credentials are given in the form of a standard JSON Web Token that will be verified
by the Realm Object Server.
|
static String |
NICKNAME
Credentials will be verified with a nickname.
|
static String |
USERNAME_PASSWORD
Credentials will be verified by the Object Server.
|
Constructor and Description |
---|
IdentityProvider() |
public static final String ACCESS_TOKEN
public static final String DEBUG
public static final String FACEBOOK
public static final String GOOGLE
public static final String JWT
public static final String ANONYMOUS
public static final String NICKNAME
public static final String USERNAME_PASSWORD