Uses of Enum Class
io.mosip.authentication.core.indauth.dto.PinType
Packages that use PinType
-
Uses of PinType in io.mosip.authentication.core.indauth.dto
Methods in io.mosip.authentication.core.indauth.dto that return PinTypeModifier and TypeMethodDescriptionstatic PinTypeReturns the enum constant of this class with the specified name.static PinType[]PinType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.mosip.authentication.core.indauth.dto that return types with arguments of type PinTypeModifier and TypeMethodDescriptionPinType.getPINType(String type) This method returns the PinType based on the type.