Uses of Enum Class
io.mosip.authentication.core.indauth.dto.InternalAuthType
Packages that use InternalAuthType
-
Uses of InternalAuthType in io.mosip.authentication.core.indauth.dto
Methods in io.mosip.authentication.core.indauth.dto that return InternalAuthTypeModifier and TypeMethodDescriptionstatic InternalAuthTypeReturns the enum constant of this class with the specified name.static InternalAuthType[]InternalAuthType.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 InternalAuthTypeModifier and TypeMethodDescriptionstatic Optional<InternalAuthType> InternalAuthType.getInternalAuthType(String type) Get Internal Auth type.