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

com.microsoft.graph.info.Constants Maven / Gradle / Ivy

package com.microsoft.graph.info;

/** Multi-purpose constants holder used accross the SDK */
public final class Constants {
	private Constants() {
	}
	// Constants for functional tests
	// TO-DO: document how to register an application for functional
	// testing purposes
	/** The application ID to use for unit testing */
	public static final String APPID = "app-id";
	/** The user email to use for unit testing */
	public static final String USERNAME = "[email protected]";
	/** The user password to use for unit testing */
	public static final String PASSWORD = "password";
	/** The tenant ID to use for unit testing */
	public static final String TENANTID = "tenantid";
	/** The client secret to use for unit testing */
	public static final String CLIENTSECRET = "clientsecret";
	/** The SDK version */
	public static final String VERSION_NAME = "5.75.0";
}




























































































© 2015 - 2024 Weber Informatics LLC | Privacy Policy