Skip to content
Stanislav Koshutsky edited this page Feb 15, 2017 · 3 revisions

This class is to be used for premium subscriptions to Google services.
It is intended to sign Google request urls. To sing a request url you need your client and a secret key, then just call
public static String signUrl(final String client, final String key, final String inputUrl)
and it will return a signed url.

Clone this wiki locally