com.iovation.launchkey.sdk.integration.constants.Launchkey Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-integration-tests Show documentation
Show all versions of sdk-integration-tests Show documentation
Integration tests for the LaunchKey Service SDK for Java
package com.iovation.launchkey.sdk.integration.constants;
public final class Launchkey {
public static final class API {
public static final String base_url = "Launchkey.API.base_url";
}
public static final class Organization {
public static final String id = "Launchkey.Organization.id";
public static final String private_key = "Launchkey.Organization.private_key";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy