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

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

There is a newer version: 3.0.2
Show newest version
package com.afrigis.services.token;

import com.afrigis.services.Response;

/**
 * 

* {@link Response} implementation produced when making a {@link TokenRequest}-based request. *

* @author hendrikc * */ public interface TokenResponse extends Response { /** *

* Returns the token that can be used for auto complete requests. *

* @return the token */ String getToken(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy