io.polyapi.client.api.GetAuthTokenResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of library Show documentation
Show all versions of library Show documentation
Java client library for Poly API
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;
}