Uses of Class
io.mosip.authentication.core.indauth.dto.EkycAuthType
-
Packages that use EkycAuthType Package Description io.mosip.authentication.core.indauth.dto -
-
Uses of EkycAuthType in io.mosip.authentication.core.indauth.dto
Methods in io.mosip.authentication.core.indauth.dto that return EkycAuthType Modifier and Type Method Description static EkycAuthTypeEkycAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static EkycAuthType[]EkycAuthType. 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 EkycAuthType Modifier and Type Method Description static Optional<EkycAuthType>EkycAuthType. getEkycAuthType(String type)This method returns the EkycAuthType based on the type.
-