Package com.okta.idx.kotlin.dto

Types

Link copied to clipboard
class IdxApplication

Provides information about the client application being authenticated against.

Link copied to clipboard
class IdxAuthenticator

Represents information describing the available authenticators and enrolled authenticators.

Link copied to clipboard
class IdxAuthenticatorCollection : List<IdxAuthenticator>

Container that represents a collection of authenticators, providing conveniences for quickly accessing relevant objects.

Link copied to clipboard
class IdxCapabilityCollection<C> : Set<C>

Represents a collection of capabilities.

Link copied to clipboard
class IdxIdpCapability : IdxRemediation.Capability

Describes the IdP associated with a remediation of type Type.REDIRECT_IDP.

Link copied to clipboard
class IdxMessage

Represents messages sent from the server to indicate error or warning conditions related to responses or form values.

Link copied to clipboard
class IdxMessageCollection : List<IdxMessage>

Represents a collection of messages.

Link copied to clipboard

Describes the Number Challenge information associated with an IdxAuthenticator.

Link copied to clipboard

Describes the Password Settings associated with an IdxAuthenticator.

Link copied to clipboard

Describes the poll action associated with an IdxAuthenticator.

Link copied to clipboard
class IdxPollRemediationCapability : IdxRemediation.Capability

Describes the poll action associated with an IdxRemediation.

Link copied to clipboard
class IdxProfileCapability : IdxAuthenticator.Capability

Describes the profile information associated with an IdxAuthenticator.

Link copied to clipboard
class IdxRecoverCapability : IdxAuthenticator.Capability

Describes the recover action associated with an IdxAuthenticator.

Link copied to clipboard
class IdxRemediation

Instances of IdxRemediation describe choices the user can make to proceed through the authentication workflow.

Link copied to clipboard
class IdxRemediationCollection : List<IdxRemediation>

Represents a collection of remediation options.

Link copied to clipboard
class IdxResendCapability : IdxAuthenticator.Capability

Describes the resend action associated with an IdxAuthenticator.

Link copied to clipboard
class 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.

Link copied to clipboard
class IdxSendCapability : IdxAuthenticator.Capability

Describes the send action associated with an IdxAuthenticator.

Link copied to clipboard
class IdxTotpCapability : IdxAuthenticator.Capability

Describes the TOTP information associated with an IdxAuthenticator.

Link copied to clipboard
class IdxUser

Provides information about the user being authenticated.