Uses of Enum
com.okta.sdk.resource.model.AuthenticationMethod.UserVerificationEnum
-
Uses of AuthenticationMethod.UserVerificationEnum in com.okta.sdk.resource.model
Modifier 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.Modifier and TypeMethodDescriptionvoid
AuthenticationMethod.setUserVerification
(AuthenticationMethod.UserVerificationEnum userVerification) AuthenticationMethod.userVerification
(AuthenticationMethod.UserVerificationEnum userVerification)