AuthenticatedResponse
Response associated with an authentication request.
Properties
Name | Type | Description | Notes |
---|---|---|---|
AuthenticationCompleted | bool? | Flag to indicate if authentication has successfully completed. | [optional] |
AuthenticatorResponse | byte[] | The authenticator response for MSCHAPv2 | [optional] |
DeviceCertAuthDesired | bool? | Flag to indicate if the user has to attempt device certificate authentication. | [optional] |
Expires | long? | Expiry time of token. | [optional] |
FaceChallenge | FaceChallenge | [optional] | |
FidoChallenge | FIDOChallenge | [optional] | |
FirstName | string | First Name. | [optional] |
GridChallenge | GridChallenge | [optional] | |
KbaChallenge | KbaChallenge | [optional] | |
LastName | string | Last Name. | [optional] |
MachineAuthenticator | MachineAuthenticator | [optional] | |
OfflineTokenResponses | OfflineTokenAuthenticateResponse | [optional] | |
Organizations | List<Organization> | A list of the user organizations. | [optional] |
OtpdeliveryType | string | The OTP delivery type used. | [optional] |
PassthroughAuthenticationResponse | PassthroughAuthenticationResponse | [optional] | |
PushMutualChallenge | string | Push authentication mutual challenge. | [optional] |
RedirectUrl | string | The redirect URL when using a Magic Link. | [optional] |
SmartLoginChallenge | string | For a SMART_LOGIN authenticator challenge, provides the challenge. | [optional] |
Status | string | Status of authenticator. This is not a required API field if Mobile Smart Credential or Token Push authentication is being used. | [optional] |
StepUpAuthExpiry | long? | The timeout for step-up authentication | [optional] |
TempAccessCodeChallenge | TempAccessCodeChallenge | [optional] | |
Time | long? | [optional] | |
Token | string | Authenticated/unauthenticated authorization token. | [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] |
TransactionReceipt | TransactionReceipt | [optional] | |
UserCertificateChallenge | UserCertificateChallenge | [optional] | |
UserId | string | The User ID of the Identity as a Service user that completed authentication. | [optional] |
UserMachineSettings | UserMachineSettings | [optional] | |
UserRegistrationRequired | bool? | Whether the user still requires registration. | [optional] |
UserVerificationRequired | bool? | Whether the user still requires verification. | [optional] |