STRUCT

RedirectionStep

Contents

public struct RedirectionStep: HaapiRepresentation

A Redirection Step is used to inform the client it should automatically redirect the user.

The step contains a single action requiring no user interaction.

Properties

redirectAction

public let redirectAction: FormAction

The redirect action.

metadata

public let metadata: Metadata?

actions

public let actions: [Action]

Possible actions a user or the client may choose to take to continue the flow.

properties

public let properties: Properties? = nil

links

public let links: [Link] = []

messages

public let messages: [UserMessage] = []

type

public let type: RepresentationType = .redirectionStep