All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.afrigis.services.token.Token Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy