Uses of Interface
com.okta.authn.sdk.resource.PushFactorProfile
-
Packages that use PushFactorProfile Package Description com.okta.authn.sdk.impl.resource com.okta.authn.sdk.resource -
-
Uses of PushFactorProfile in com.okta.authn.sdk.impl.resource
Classes in com.okta.authn.sdk.impl.resource that implement PushFactorProfile Modifier and Type Class Description classDefaultPushFactorProfileMethods in com.okta.authn.sdk.impl.resource that return PushFactorProfile Modifier and Type Method Description PushFactorProfileDefaultPushFactorProfile. setCredentialId(String credentialId)PushFactorProfileDefaultPushFactorProfile. setDeviceToken(String deviceToken)PushFactorProfileDefaultPushFactorProfile. setDeviceType(String deviceType)PushFactorProfileDefaultPushFactorProfile. setName(String name)PushFactorProfileDefaultPushFactorProfile. setPlatform(String platform)PushFactorProfileDefaultPushFactorProfile. setVersion(String version) -
Uses of PushFactorProfile in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return PushFactorProfile Modifier and Type Method Description PushFactorProfilePushFactorProfile. setCredentialId(String credentialId)PushFactorProfilePushFactorProfile. setDeviceToken(String deviceToken)PushFactorProfilePushFactorProfile. setDeviceType(String deviceType)PushFactorProfilePushFactorProfile. setName(String name)PushFactorProfilePushFactorProfile. setPlatform(String platform)PushFactorProfilePushFactorProfile. setVersion(String version)
-