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

com.arextest.web.model.dto.filesystem.AuthDto Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.dto.filesystem;

import lombok.Data;

@Data
public class AuthDto {

  private String authType;
  private Boolean authActive;
  private String token;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy