Uses of Class
com.okta.sdk.resource.model.VerifyUserFactorResponse
Packages that use VerifyUserFactorResponse
-
Uses of VerifyUserFactorResponse in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return VerifyUserFactorResponseModifier and TypeMethodDescriptionUserFactorApi.getFactorTransactionStatus
(String userId, String factorId, String transactionId) Retrieve a Factor Transaction Status Retrieves the factors verification transaction statusUserFactorApi.getFactorTransactionStatus
(String userId, String factorId, String transactionId, Map<String, String> additionalHeaders) Retrieve a Factor Transaction Status Retrieves the factors verification transaction statusUserFactorApi.verifyFactor
(String userId, String factorId, String templateId, Integer tokenLifetimeSeconds, String xForwardedFor, String userAgent, String acceptLanguage, VerifyFactorRequest body) Verify an MFA Factor Verifies an OTP for a `token` or `token:hardware` factorUserFactorApi.verifyFactor
(String userId, String factorId, String templateId, Integer tokenLifetimeSeconds, String xForwardedFor, String userAgent, String acceptLanguage, VerifyFactorRequest body, Map<String, String> additionalHeaders) Verify an MFA Factor Verifies an OTP for a `token` or `token:hardware` factor -
Uses of VerifyUserFactorResponse in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return VerifyUserFactorResponseModifier and TypeMethodDescriptionVerifyUserFactorResponse.factorResult
(VerifyUserFactorResult factorResult) VerifyUserFactorResponse.factorResultMessage
(String factorResultMessage) VerifyUserFactorResponse.links
(Map<String, HrefObjectSelfLink> links) VerifyUserFactorResponse.putlinksItem
(String key, HrefObjectSelfLink linksItem)