UserAuthenticateQueryResponse
Response associated with user authentication query.
Properties
Name | Type | Description | Notes |
---|---|---|---|
AuthenticationCompleted | bool? | Flag to indicate if access to the application is allowed with the current JWT. | [optional] |
AuthenticationTypes | List<UserAuthenticateQueryResponse.AuthenticationTypesEnum> | List of authenticator types available for the user. | [optional] |
AuthenticatorLockoutStatus | List<UserAuthenticatorLockoutStatus> | A list of all authenticators that the user has with their lockout status. | [optional] |
AvailableSecondFactor | List<UserAuthenticateQueryResponse.AvailableSecondFactorEnum> | Lists authenticator types available to complete second factor challenge (if enabled). | [optional] |
DeviceCertAuthDesired | bool? | Flag to indicate if the user has to attempt device certificate authentication. | [optional] |
Expires | long? | [optional] | |
FidoChallenge | FIDOChallenge | [optional] | |
GridChallenge | GridChallenge | [optional] | |
KbaChallenge | KbaChallenge | [optional] | |
MachineAuthenticator | MachineAuthenticator | [optional] | |
Organizations | List<Organization> | A list of the user organizations. | [optional] |
OtpDeliveryInfo | OTPDetails | [optional] | |
OtpDeliveryType | string | The OTP delivery type used. | [optional] |
PasswordResetAllowed | bool? | Flag to indicate if the user can initiate a password reset flow. | [optional] |
PushMutualChallenge | string | Push authentication mutual challenge for token or Face Biometric. | [optional] |
RegistrationRequired | bool? | Flag to indicate if the user has to register authenticators. | [optional] |
SupportsSignature | bool? | Flag to indicate if the user has a token that supports signature. | [optional] |
TempAccessCodeChallenge | TempAccessCodeChallenge | [optional] | |
Time | long? | [optional] | |
Token | string | [optional] | |
TokenChallenge | TokenChallenge | [optional] | |
TokenDetails | List<string> | For a token or token push authenticator challenge, provides a list of serial numbers of the tokens that can be used to authenticate. | [optional] |
TokenPushMutualChallenge | string | The token push authentication mutual challenge. | [optional] |
UserMachineSettings | UserMachineSettings | [optional] | |
VerificationRequired | bool? | Flag to indicate if the user has to verify. | [optional] |