Uses of Class
com.okta.sdk.resource.model.VerifyUserFactorResponse
-
Uses of VerifyUserFactorResponse in com.okta.sdk.resource.api
Modifier 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
Modifier and TypeMethodDescriptionVerifyUserFactorResponse.factorResult
(VerifyUserFactorResult factorResult) VerifyUserFactorResponse.factorResultMessage
(String factorResultMessage) VerifyUserFactorResponse.links
(Map<String, HrefObjectSelfLink> links) VerifyUserFactorResponse.putlinksItem
(String key, HrefObjectSelfLink linksItem)