For the complete documentation index, see llms.txt. This page is also available as Markdown.

setAPIAuthParams

Set SDK authentication parameters

You can get your API client key and secret following these instructions.

   /**
     * Set client API authentication parameters
     *
     * @param clientKey - API client key
     * @param clientSecret - API client secret
     * @throws Exception if params are invalid
     */
    @TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR2)
    public void setAPIAuthParams(String clientKey, String clientSecret) throws Exception;

Last updated

Was this helpful?