| Modifier and Type | Method and Description |
|---|---|
java.util.List<ClientInformation> |
CheckVerificationResult.getQuickEnabledClients()
Returns
ClientInformation objects, one for each QUICK-enabled client known by the server. |
| Constructor and Description |
|---|
CheckVerificationResult(VerificationMode verificationMode,
boolean userVerified,
boolean quickEnabled,
boolean activationRequired,
java.util.Map<java.util.Locale,java.lang.String> administratorActivationContactDetails,
java.util.List<ClientInformation> quickEnabledClients,
int activationCodeLength,
boolean clientVerificationAllowed)
Constructor.
|