Okta.Sdk.Model.UserFactorVerifyRequest
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| PassCode | string | OTP for the current time window | [optional] |
| UseNumberMatchingChallenge | bool | Select whether to use a number matching challenge for a `push` factor. > Note: Sending a request with a body is required when you verify a `push` factor with a number matching challenge. | [optional] |
| Answer | string | Answer to the question | [optional] |
| ClientData | string | Base64-encoded client data from the WebAuthn authenticator | [optional] |
| SignatureData | string | Base64-encoded signature data from the WebAuthn authenticator | [optional] |
| AuthenticatorData | string | Base64-encoded authenticator data from the WebAuthn authenticator | [optional] |