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

org.qas.qtest.api.auth.QTestCredentials Maven / Gradle / Ivy

The newest version!
package org.qas.qtest.api.auth;

import org.qas.api.Credentials;

/**
 * QTestCredentials
 *
 * @author Dzung Nguyen
 * @version $Id QTestCredentials 2014-03-27 12:24:30z dungvnguyen $
 * @since 1.0
 */
public interface QTestCredentials extends Credentials {
  /**
   * @return the qtest authentication token.
   */
  String getToken();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy