UserChallengeParameters
Request parameters for obtaining a challenge.
Properties
Name | Type | Description | Notes |
---|---|---|---|
application_id | str | Unique identifier of the Identity as a Service Authentication API application | |
auth_token | str | Authentication token (Required if the call to userQuery returned an authenticated token). | [optional] |
client_ip | str | Provided client IP address. | [optional] |
ignore_ip_address_for_rba | 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 | str | The locale of this user. If not set, the default account locale will be used. | [optional] |
machine_authenticator | MachineAuthenticator | [optional] | |
offline_tvs | bool | A flag indicating if the offline QR code token verification is used | [optional] |
origin | str | The origin of the client | [optional] |
otp_delivery_attribute | str | OTP delivery attribute name. | [optional] |
otp_delivery_type | str | Defines how a user receives their one-time passcode (Email, Text message (SMS), or Voice message (VOICE)) | [optional] |
passthrough_authenticator_parms | PassthroughAuthenticatorParms | [optional] | |
priority | int | The priority for push transactions where queuing is enabled. Default is 0 and allowed values are 0-9 | [optional] |
push_message_identifier | str | Defines an identifier to retrieve customized SDK push message configuration | [optional] |
push_mutual_challenge_enabled | bool | A flag indicating if push mutual authentication is supported for tokens or Face Biometric | [optional] |
request_detail | RequestDetail | [optional] | |
second_factor_authenticator | str | Authenticator type selected for second factor (if enabled). | [optional] |
summary | str | The push authentication challenge that appears in the user's mobile application. | [optional] |
token_push_mutual_challenge_enabled | bool | A flag indicating if the token push mutual authentication is supported | [optional] |
transaction_details | List[TransactionDetail] | Defines transaction details to be included in the challenge | [optional] |
user_id | str | 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] |