Uses of Enum Class
io.mosip.authentication.core.indauth.dto.EkycAuthType
Packages that use EkycAuthType
-
Uses of EkycAuthType in io.mosip.authentication.core.indauth.dto
Methods in io.mosip.authentication.core.indauth.dto that return EkycAuthTypeModifier and TypeMethodDescriptionstatic EkycAuthTypeReturns the enum constant of this class with the specified name.static EkycAuthType[]EkycAuthType.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 EkycAuthTypeModifier and TypeMethodDescriptionstatic Optional<EkycAuthType> EkycAuthType.getEkycAuthType(String type) This method returns the EkycAuthType based on the type.