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

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

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

import lombok.Getter;
import lombok.Setter;

@Setter
@Getter
public class AuthTokenOptions {
  private String callbackUrl;
  private Integer timeout;
  private String audience;
  private Boolean autoCloseOnToken;
  private Boolean autoCloseOnUrl;
  private String userId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy