STRUCT

RedirectionStep

Contents

swift
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

swift
public let redirectAction: FormAction

The redirect action.

metadata

swift
public let metadata: Metadata?

actions

swift
public let actions: [Action]

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

properties

swift
public let properties: Properties? = nil

links

swift
public let links: [Link] = []

messages

swift
public let messages: [UserMessage] = []

type

swift
public let type: RepresentationType = .redirectionStep