userAndPassword static method
Username and password authentication.
Implementation
static SyncCredentials userAndPassword(String user, String password) =>
_SyncCredentialsUserPassword._(
OBXSyncCredentialsType.USER_PASSWORD, user, password);