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

io.mosip.pms.partner.manager.dto.Policies Maven / Gradle / Ivy

The newest version!
package io.mosip.pms.partner.manager.dto;

import java.util.List;

import lombok.Data;

@Data
public class Policies {

	/** The list of auth type attributes. */
	private List authPolicies;
	
	/** The list of KYC attributes. */
	private List allowedKycAttributes;
	
	/** */
	private String authTokenType;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy