Checks to see if the input credentials match the stored credentials @param inputCredentials User provided credentials @param storedCredentials Credentials stored in the Realm @return true if the inputCredentials match the storedCredentials, otherwise false
(String inputCredentials, String storedCredentials)
| 31 | * @return <code>true</code> if the inputCredentials match the storedCredentials, otherwise <code>false</code> |
| 32 | */ |
| 33 | boolean matches(String inputCredentials, String storedCredentials); |
| 34 | |
| 35 | /** |
| 36 | * Generates the equivalent stored credentials for the given input credentials. |
no outgoing calls