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

io.mosip.registration.dto.AuthNRequestDTO Maven / Gradle / Ivy

package io.mosip.registration.dto;

import lombok.Data;

/**
 * The DTO class for requesting Authentication Token
 * 
 * @author Balaji Sridharan
 * @since 1.0.0
 */
@Data
public class AuthNRequestDTO {

	AuthNDTO request;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy