Uses of Interface
com.okta.authn.sdk.resource.CallFactorProfile
-
Packages that use CallFactorProfile Package Description com.okta.authn.sdk.impl.resource com.okta.authn.sdk.resource -
-
Uses of CallFactorProfile in com.okta.authn.sdk.impl.resource
Classes in com.okta.authn.sdk.impl.resource that implement CallFactorProfile Modifier and Type Class Description class
DefaultCallFactorProfile
Methods in com.okta.authn.sdk.impl.resource that return CallFactorProfile Modifier and Type Method Description CallFactorProfile
DefaultCallFactorProfile. setPhoneExtension(String phoneExtension)
CallFactorProfile
DefaultCallFactorProfile. setPhoneNumber(String phoneNumber)
-
Uses of CallFactorProfile in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return CallFactorProfile Modifier and Type Method Description CallFactorProfile
CallFactorProfile. setPhoneExtension(String phoneExtension)
CallFactorProfile
CallFactorProfile. setPhoneNumber(String phoneNumber)
-