ENUM

ActionKind

Contents

swift
public enum ActionKind: Decodable, Equatable

Kind of the action. The kind of an action specializes its meaning, allowing clients that support a certain "kind" to provide an improved user experience.

Cases

cancel

swift
case cancel

A cancel action kind.

deviceOption

swift
case deviceOption

A device option action kind.

login

swift
case login

A login action kind.

continue

swift
case `continue`

A continue action kind.

continueAutoLogin

swift
case continueAutoLogin

A continue auto login action kind.

deviceSelector

swift
case deviceSelector

A device selector action kind.

redirect

swift
case redirect

A redirect action kind.

authenticatorSelector

swift
case authenticatorSelector

An authenticator selector action kind.

selectAuthenticator

swift
case selectAuthenticator

A select authenticator action kind.

poll

swift
case poll

A poll action kind.

form

swift
case form

A form action kind.

bankIdSameDevice

swift
case bankIdSameDevice

A bank id same device action kind.

bankIdOtherDevice

swift
case bankIdOtherDevice

A bank id other device action kind.

passwordReset

swift
case passwordReset

A password reset action kind.

accountIdRecovery

swift
case accountIdRecovery

An account id recovery action kind.

userRegister

swift
case userRegister

An user register action kind.

other(value:)

swift
case other(value: String)

Other action kind