STRUCT

GenericClientOperationStep

Contents

public struct GenericClientOperationStep: ClientOperationStep

A step requiring a client operation not modeled by the SDK.

The instructions are limited unlike the other client operations. Therefore, actionModel and properties should be checked.

Properties

actionModel

public let actionModel: GenericClientOperationActionModel

A generic client operation action model represents a client operation that instructs a client that it should use the non-interactive device activation flow.

metadata

public let metadata: Metadata?

type

public let type: RepresentationType

actions

public let actions: [Action]

An array of Action that contains possible actions a user or the client may choose to take to continue the flow.

links

public let links: [Link]

messages

public let messages: [UserMessage]

properties

public let properties: Properties? = nil