UserChallengeParameters
Request parameters for obtaining a challenge.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ApplicationId | string | Unique identifier of the Identity as a Service Authentication API application | |
| AuthRequestKey | string | Unique identifier of the client authentication request in the OIDC application's JWT IDaaS grant type use case. | [optional] |
| AuthToken | string | Authentication token (Required if the call to userQuery returned an authenticated token). | [optional] |
| ClientIp | string | Provided client IP address. | [optional] |
| IgnoreIPAddressForRBA | bool? | Setting defines if IP Address is ignored for RBA or not. Default value is false and will not ignore IP Address for RBA. | [optional] |
| Locale | string | The locale of this user. If not set, the default account locale will be used. | [optional] |
| MachineAuthenticator | MachineAuthenticator | [optional] | |
| OfflineTVS | bool? | A flag indicating if the offline QR code token verification is used | [optional] |
| Origin | string | The origin of the client. This field is deprecated, use rpId instead. | [optional] |
| OtpDeliveryAttribute | string | OTP delivery attribute name. | [optional] |
| OtpDeliveryType | string | Defines how a user receives their one-time passcode (Email, Text message (SMS), or Voice message (VOICE)) | [optional] |
| PassthroughAuthenticatorParms | PassthroughAuthenticatorParms | [optional] | |
| Priority | int? | The priority for push transactions where queuing is enabled. Default is 0 and allowed values are 0-9 | [optional] |
| PushMessageIdentifier | string | Defines an identifier to retrieve customized SDK push message configuration | [optional] |
| PushMutualChallengeEnabled | bool? | A flag indicating if push mutual authentication is supported for tokens or Face Biometric | [optional] |
| RequestAcrs | string | The request acrs. | [optional] |
| RequestDetail | RequestDetail | [optional] | |
| RpId | string | The Relying Party ID associated with the passkey. This identifies the domain or origin for which the passkey is registered. This field is mandatory if domain is outside of the IDaaS hostname. | [optional] |
| SecondFactorAuthenticator | string | Authenticator type selected for second factor (if enabled). | [optional] |
| Summary | string | The push authentication challenge that appears in the user's mobile application. | [optional] |
| TokenPushMutualChallengeEnabled | bool? | A flag indicating if the token push mutual authentication is supported | [optional] |
| TransactionDetails | List<TransactionDetail> | Defines transaction details to be included in the challenge | [optional] |
| UserId | string | User ID (containing the user ID or a user alias) of the Identity as a Service user completing the authentication challenge. The userid is required for non-passwordless authenticators. | [optional] |