Uses of Class
io.mosip.authentication.core.indauth.dto.PinType
-
Packages that use PinType Package Description io.mosip.authentication.core.indauth.dto -
-
Uses of PinType in io.mosip.authentication.core.indauth.dto
Methods in io.mosip.authentication.core.indauth.dto that return PinType Modifier and Type Method Description static PinTypePinType. valueOf(String name)Returns the enum constant of this type with the specified name.static PinType[]PinType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.mosip.authentication.core.indauth.dto that return types with arguments of type PinType Modifier and Type Method Description static Optional<PinType>PinType. getPINType(String type)This method returns the PinType based on the type.
-