Uses of Enum
com.okta.sdk.resource.model.UserFactorType
Packages that use UserFactorType
-
Uses of UserFactorType in com.okta.sdk.resource.model
Fields in com.okta.sdk.resource.model declared as UserFactorTypeMethods in com.okta.sdk.resource.model that return UserFactorTypeModifier and TypeMethodDescriptionstatic UserFactorTypeUserFactor.getFactorType()Get factorTypeUserFactorSupported.getFactorType()Get factorTypeWebAuthnPreregistrationFactor.getFactorType()Get factorTypestatic UserFactorTypeReturns the enum constant of this type with the specified name.static UserFactorType[]UserFactorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type UserFactorTypeModifier and TypeMethodDescriptionUserFactor.factorType(UserFactorType factorType) UserFactorSupported.factorType(UserFactorType factorType) WebAuthnPreregistrationFactor.factorType(UserFactorType factorType) voidUserFactor.setFactorType(UserFactorType factorType) voidUserFactorSupported.setFactorType(UserFactorType factorType) voidWebAuthnPreregistrationFactor.setFactorType(UserFactorType factorType)