ENUM

UnrecoverableAction

Contents

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:)

case modifyConfiguration(reason: String)

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

introspectCause

case introspectCause

Introspect the error cause and restart the HAAPI flow.

invalidPlatform

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.