Uses of Class
io.mosip.authentication.core.indauth.dto.InternalAuthType
-
Packages that use InternalAuthType Package Description io.mosip.authentication.core.indauth.dto -
-
Uses of InternalAuthType in io.mosip.authentication.core.indauth.dto
Methods in io.mosip.authentication.core.indauth.dto that return InternalAuthType Modifier and Type Method Description static InternalAuthTypeInternalAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static InternalAuthType[]InternalAuthType. 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 InternalAuthType Modifier and Type Method Description static Optional<InternalAuthType>InternalAuthType. getInternalAuthType(String type)Get Internal Auth type.
-