All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.iovation.launchkey.sdk.integration.constants.Launchkey Maven / Gradle / Ivy

There is a newer version: 4.10.0
Show newest version
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