Uses of Class
org.openapitools.client.model.VerifyUserFactorResponse
Packages that use VerifyUserFactorResponse
-
Uses of VerifyUserFactorResponse in org.openapitools.client.api
Methods in org.openapitools.client.api that return VerifyUserFactorResponseModifier and TypeMethodDescriptionUserFactorApi.getFactorTransactionStatus
(String userId, String factorId, String transactionId) Retrieve a Factor Transaction Status Polls factors verification transaction for 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` factorMethods in org.openapitools.client.api that return types with arguments of type VerifyUserFactorResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<VerifyUserFactorResponse>
UserFactorApi.getFactorTransactionStatusWithHttpInfo
(String userId, String factorId, String transactionId) Retrieve a Factor Transaction Status Polls factors verification transaction for statusorg.springframework.http.ResponseEntity<VerifyUserFactorResponse>
UserFactorApi.verifyFactorWithHttpInfo
(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` factor -
Uses of VerifyUserFactorResponse in org.openapitools.client.model
Methods in org.openapitools.client.model that return VerifyUserFactorResponseModifier and TypeMethodDescriptionVerifyUserFactorResponse.factorResult
(VerifyUserFactorResult factorResult) VerifyUserFactorResponse.factorResultMessage
(String factorResultMessage)