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

io.polyapi.client.api.GetAuthTokenResponse Maven / Gradle / Ivy

The newest version!
package io.polyapi.client.api;

import lombok.Getter;
import lombok.Setter;

@Setter
@Getter
public class GetAuthTokenResponse {
  private String token;
  private String url;
  private String error;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy