ENUM

UnrecoverableAction

Contents

swift
public enum UnrecoverableAction: Equatable

A list of actions that require a change in runtime or compile time before restarting the operation or the HAAPI flow.

Cases

modifyConfiguration(reason:)

swift
case modifyConfiguration(reason: String)

A configuration change is required before starting a new Authentication flow.

introspectCause

swift
case introspectCause

Introspect the error cause and restart the HAAPI flow.

invalidPlatform

swift
case invalidPlatform

The current platform is not supported or the device does not support the feature. If you are running on a simulator, please switch to a physical device.