Uses of Interface
com.okta.sdk.resource.VerificationMethod
-
Packages that use VerificationMethod Package Description com.okta.sdk.resource -
-
Uses of VerificationMethod in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return VerificationMethod Modifier and Type Method Description VerificationMethod
AccessPolicyRuleApplicationSignOn. getVerificationMethod()
VerificationMethod
VerificationMethod. setConstraints(java.util.List<AccessPolicyConstraints> constraints)
VerificationMethod
VerificationMethod. setFactorMode(java.lang.String factorMode)
VerificationMethod
VerificationMethod. setReauthenticateIn(java.lang.String reauthenticateIn)
VerificationMethod
VerificationMethod. setType(java.lang.String type)
Methods in com.okta.sdk.resource with parameters of type VerificationMethod Modifier and Type Method Description AccessPolicyRuleApplicationSignOn
AccessPolicyRuleApplicationSignOn. setVerificationMethod(VerificationMethod verificationMethod)
-