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 class
DefaultPushFactorProfile
Methods in com.okta.authn.sdk.impl.resource that return PushFactorProfile Modifier and Type Method Description PushFactorProfile
DefaultPushFactorProfile. setCredentialId(java.lang.String credentialId)
PushFactorProfile
DefaultPushFactorProfile. setDeviceToken(java.lang.String deviceToken)
PushFactorProfile
DefaultPushFactorProfile. setDeviceType(java.lang.String deviceType)
PushFactorProfile
DefaultPushFactorProfile. setName(java.lang.String name)
PushFactorProfile
DefaultPushFactorProfile. setPlatform(java.lang.String platform)
PushFactorProfile
DefaultPushFactorProfile. 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 PushFactorProfile
PushFactorProfile. setCredentialId(java.lang.String credentialId)
PushFactorProfile
PushFactorProfile. setDeviceToken(java.lang.String deviceToken)
PushFactorProfile
PushFactorProfile. setDeviceType(java.lang.String deviceType)
PushFactorProfile
PushFactorProfile. setName(java.lang.String name)
PushFactorProfile
PushFactorProfile. setPlatform(java.lang.String platform)
PushFactorProfile
PushFactorProfile. setVersion(java.lang.String version)
-