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

com.envisioniot.enos.iot_http_sdk.ICredential Maven / Gradle / Ivy

package com.envisioniot.enos.iot_http_sdk;

/**
 * This interfaces defines a credential to be used for HTTP connection
 * @author shenjieyuan
 */
public interface ICredential
{
    /**
     * Get the path to do auth request, 
     * e.g. /auth/{productKey}/{deviceKey}
     * @return
     */
    public String getAuthPath();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy