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 UserFactorType
UserFactor.getFactorType()
Get factorTypeUserFactorSupported.getFactorType()
Get factorTypeWebAuthnPreregistrationFactor.getFactorType()
Get factorTypestatic UserFactorType
Returns 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) void
UserFactor.setFactorType
(UserFactorType factorType) void
UserFactorSupported.setFactorType
(UserFactorType factorType) void
WebAuthnPreregistrationFactor.setFactorType
(UserFactorType factorType)