Get salt from code if possible and return base64-encoded salt or throw error
Future<String?> getCodeSalt(String code) { return createLib().getCodeSalt(code: code); }