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 |
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 |
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 USERNAME_PASSWORD