Uses of Enum
com.okta.sdk.resource.model.UserFactorType
-
Uses of UserFactorType in com.okta.sdk.resource.model
Modifier 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.Modifier 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)