Blindly accept mappings so Riot is happy - Fix #23

This commit is contained in:
Maxime Dor
2017-08-12 02:24:01 +02:00
parent 821a5b99ea
commit 5a683b41ef
10 changed files with 379 additions and 18 deletions

View File

@@ -0,0 +1,15 @@
package io.kamax.mxisd.mapping;
public interface MappingSession {
String getServer();
String getSecret();
int getAttempt();
String getMedium();
String getValue();
}