
com.avos.avoscloud.internal.InternalRequestSign Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leancloud-common Show documentation
Show all versions of leancloud-common Show documentation
leancloud java sdk common library
The newest version!
package com.avos.avoscloud.internal;
/**
*
* @author lbt05
*
*/
public interface InternalRequestSign {
/**
* compute restful api request sign
*
* @return request sign
*/
public String requestSign();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy