IdxResponse

Describes the response from an Okta Identity Engine workflow stage. This is used to determine the current state of the workflow, the set of available remediation steps to proceed through the workflow, actions that can be performed, and other information relevant to the authentication of a user.

Types

Link copied to clipboard

The intent of the authentication workflow, as returned from the server.

Properties

Link copied to clipboard

Returns information about the application, if available.

Link copied to clipboard

Contains information about the available authenticators.

Link copied to clipboard

The date at which this stage of the workflow expires, after which the authentication process should be restarted.

Link copied to clipboard

A string describing the intent of the workflow, e.g. "LOGIN".

Link copied to clipboard

Indicates whether or not the user has logged in successfully. If this is true, this response object should be exchanged for access tokens utilizing the exchangeCode method.

Link copied to clipboard

The list of messages sent from the server. Messages reported from the server are usually errors, but may include other information relevant to the user. They should be displayed to the user in the context of the remediation form itself.

Link copied to clipboard

An object describing the sort of remediation steps available to the user.

Link copied to clipboard

Returns information about the user authenticating, if available.