STRUCT
AuthenticatorSelectorStep.AuthenticatorOption
Contents
- Properties
title
type
action
public struct AuthenticatorOption: Codable, Equatable
Details about an available authenticator option.
Properties
title
public let title: Message
The title of the option.
type
public let type: String?
The type of the authenticator.
action
public let action: FormAction
The form action to be used to select the current option. Doesn't require additional information to be collected from the user.