
com.afrigis.services.token.Token Maven / Gradle / Ivy
package com.afrigis.services.token;
/**
*
* Please see https://developers.afrigis.co.za/portfolio/auto-complete-api/ .
*
* @author hendrikc
*
*/
public interface Token {
/**
*
* Returns the actual token wrapped by this object.
*
* @return the actual token wrapped by this object
*/
String getToken();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy