
com.testdroid.api.dto.NonStandardMappingKey Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testdroid-api Show documentation
Show all versions of testdroid-api Show documentation
The Testdroid API library for Java
The newest version!
package com.testdroid.api.dto;
/**
* @author Michał Szpruta
*/
public class NonStandardMappingKey {
private NonStandardMappingKey() {
throw new IllegalStateException("Utility class");
}
// @formatter:off
public static final String SBID_ID_TOKEN = "sbid_id_token";
public static final String SLM_LICENSE_TOKEN = "slm_license_token";
// @formatter:on
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy