Uses of Class
com.okta.sdk.resource.model.UserFactorVerifyRequest
Packages that use UserFactorVerifyRequest
-
Uses of UserFactorVerifyRequest in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api with parameters of type UserFactorVerifyRequestModifier and TypeMethodDescriptionUserFactorApi.verifyFactor
(String userId, String factorId, String templateId, Integer tokenLifetimeSeconds, String xForwardedFor, String userAgent, String acceptLanguage, UserFactorVerifyRequest body) Verify a Factor Verifies an OTP for a Factor.UserFactorApi.verifyFactor
(String userId, String factorId, String templateId, Integer tokenLifetimeSeconds, String xForwardedFor, String userAgent, String acceptLanguage, UserFactorVerifyRequest body, Map<String, String> additionalHeaders) Verify a Factor Verifies an OTP for a Factor. -
Uses of UserFactorVerifyRequest in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return UserFactorVerifyRequestModifier and TypeMethodDescriptionUserFactorVerifyRequest.authenticatorData
(String authenticatorData) UserFactorVerifyRequest.clientData
(String clientData) UserFactorVerifyRequest.nextPassCode
(String nextPassCode) UserFactorVerifyRequest.signatureData
(String signatureData)