package nl.recognize.msauthplugin;

public interface TokenResultCallback {
    void tokenReceived(TokenResult tokenResult);
}
