Class XrayAuthCredentials

java.lang.Object
de.qytera.qtaf.xray.entity.XrayAuthCredentials

public class XrayAuthCredentials extends Object
Representation of xray auth credentials JSON request. The attributes need to have the same names as the corresponding JSON attributes.
  • Constructor Details

    • XrayAuthCredentials

      public XrayAuthCredentials(String client_id, String client_secret)
  • Method Details