Uses of Interface
com.okta.sdk.resource.user.factor.PushUserFactorProfile
-
Packages that use PushUserFactorProfile Package Description com.okta.sdk.resource.user.factor -
-
Uses of PushUserFactorProfile in com.okta.sdk.resource.user.factor
Methods in com.okta.sdk.resource.user.factor that return PushUserFactorProfile Modifier and Type Method Description PushUserFactorProfile
PushUserFactor. getProfile()
PushUserFactorProfile
PushUserFactorProfile. setCredentialId(java.lang.String credentialId)
PushUserFactorProfile
PushUserFactorProfile. setDeviceToken(java.lang.String deviceToken)
PushUserFactorProfile
PushUserFactorProfile. setDeviceType(java.lang.String deviceType)
PushUserFactorProfile
PushUserFactorProfile. setName(java.lang.String name)
PushUserFactorProfile
PushUserFactorProfile. setPlatform(java.lang.String platform)
PushUserFactorProfile
PushUserFactorProfile. setVersion(java.lang.String version)
Methods in com.okta.sdk.resource.user.factor with parameters of type PushUserFactorProfile Modifier and Type Method Description PushUserFactor
PushUserFactor. setProfile(PushUserFactorProfile profile)
-