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(java.lang.String credentialId)PushFactorProfileDefaultPushFactorProfile. setDeviceToken(java.lang.String deviceToken)PushFactorProfileDefaultPushFactorProfile. setDeviceType(java.lang.String deviceType)PushFactorProfileDefaultPushFactorProfile. setName(java.lang.String name)PushFactorProfileDefaultPushFactorProfile. setPlatform(java.lang.String platform)PushFactorProfileDefaultPushFactorProfile. setVersion(java.lang.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(java.lang.String credentialId)PushFactorProfilePushFactorProfile. setDeviceToken(java.lang.String deviceToken)PushFactorProfilePushFactorProfile. setDeviceType(java.lang.String deviceType)PushFactorProfilePushFactorProfile. setName(java.lang.String name)PushFactorProfilePushFactorProfile. setPlatform(java.lang.String platform)PushFactorProfilePushFactorProfile. setVersion(java.lang.String version)
-