com.afrigis.services.token.Token Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core Java library to ease use of AfriGIS Services
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();
}