Uses of Enum
com.okta.sdk.resource.model.AuthenticationMethod.UserVerificationEnum
Packages that use AuthenticationMethod.UserVerificationEnum
-
Uses of AuthenticationMethod.UserVerificationEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AuthenticationMethod.UserVerificationEnumModifier and TypeMethodDescriptionAuthenticationMethod.getUserVerification()
Indicates the user interaction requirement (PIN or biometrics) to ensure verification of a possession factorReturns the enum constant of this type with the specified name.AuthenticationMethod.UserVerificationEnum.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 AuthenticationMethod.UserVerificationEnumModifier and TypeMethodDescriptionvoid
AuthenticationMethod.setUserVerification
(AuthenticationMethod.UserVerificationEnum userVerification) AuthenticationMethod.userVerification
(AuthenticationMethod.UserVerificationEnum userVerification)