Uses of Class
com.okta.sdk.resource.model.UserFactorPushTransactionRejectedAllOfProfile
Packages that use UserFactorPushTransactionRejectedAllOfProfile
-
Uses of UserFactorPushTransactionRejectedAllOfProfile in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return UserFactorPushTransactionRejectedAllOfProfileModifier and TypeMethodDescriptionUserFactorPushTransactionRejectedAllOfProfile.credentialId
(String credentialId) UserFactorPushTransactionRejected.getProfile()
Get profileUserFactorPushTransactionTimeout.getProfile()
Get profileUserFactorPushTransactionWaiting.getProfile()
Get profileMethods in com.okta.sdk.resource.model with parameters of type UserFactorPushTransactionRejectedAllOfProfileModifier and TypeMethodDescriptionUserFactorPushTransactionRejected.profile
(UserFactorPushTransactionRejectedAllOfProfile profile) UserFactorPushTransactionTimeout.profile
(UserFactorPushTransactionRejectedAllOfProfile profile) UserFactorPushTransactionWaiting.profile
(UserFactorPushTransactionRejectedAllOfProfile profile) void
UserFactorPushTransactionRejected.setProfile
(UserFactorPushTransactionRejectedAllOfProfile profile) void
UserFactorPushTransactionTimeout.setProfile
(UserFactorPushTransactionRejectedAllOfProfile profile) void
UserFactorPushTransactionWaiting.setProfile
(UserFactorPushTransactionRejectedAllOfProfile profile)