STRUCT

UserConsentStep

Contents

public struct UserConsentStep: HaapiRepresentation

A step that allows users to review which identity attributes will be made available to the client and decide if they want to allow it.

Properties

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.

messages

public let messages: [UserMessage]

links

public let links: [Link]

properties

public let properties: Properties? = nil

type

public let type: RepresentationType = .userConsentStep