tools.zoho.ZohoDataKey Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testing-tools Show documentation
Show all versions of testing-tools Show documentation
Tools for supporting automation testing.
package tools.zoho;
public enum ZohoDataKey {
CLIENT_ID,
CLIENT_GRANT_TOKEN,
CLIENT_SECRET,
REDIRECT_URI,
REFRESH_TOKEN,
AUTHTOKEN,
TIME
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy