ENUM

RepresentationType

Contents

swift
public enum RepresentationType: Codable, Equatable

The type of a step, which defines the schema for the step.

Cases

authenticationStep

swift
case authenticationStep

An authentication step type.

redirectionStep

swift
case redirectionStep

A redirection step type.

registrationStep

swift
case registrationStep

A registration step type.

pollingStep

swift
case pollingStep

A polling step type.

continueSameStep

swift
case continueSameStep

A continue same step type.

oauthAuthorizationResponse

swift
case oauthAuthorizationResponse

An Oauth authorization response step type.

consentorStep

swift
case consentorStep

A consentor step type.

userConsentStep

swift
case userConsentStep

An user consent step type.